#421E0E

Color #421E0E Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #421E0E

Tints of Brown Pod #421E0E

Color information

#421E0E (or 0x421E0E) is unknown color: approx Brown Pod. HEX triplet: 42, 1E and 0E. RGB value is (66,30,14). Sum of RGB (Red+Green+Blue) = 66+30+14=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 14 (5.86% from 255 or 12.73% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #421E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421E0E is #BDE1F1. Grayscale: #272727. Windows color (decimal): -12444146 or 925250. OLE color: 925250.

HSL color Cylindrical-coordinate representation of color #421E0E: hue angle of 18.46º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421E0E is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB663014-
CMYK00.550.790.74
HSL18.46º65%15.69%-
HSV(B)18.46º78.79%25.88%-
XYZ2.792.120.68-
YUV38.94113.93147.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 60%
GREEN value IS 30 (12.11% from 255) = 27.27%
BLUE value IS 14 (5.86% from 255) = 12.73%
R=60%
G=27.27%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66301400.550.790.7418.466515.69
Hex421EE0374F4A124110
Octal10236160671171122210120
Binary100001011110111001101111001111100101010010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421E0E; }

 p { color: rgb(66,30,14); }

 H1.HeaderClassName
 {
   color: #421E0E;
 }
 .AnyTagClassName
 {
   color: #421E0E;
 }
</style>
background-color css

<style>
 a { background-color: #421E0E; }

 a { background-color: rgb(66,30,14); }

 div.DivClassName
 {
   background-color: #421E0E;
 }
 .BgClassName
 {
   background-color: #421E0E;
 }
</style>
border-color css

<style>
 span { border-color: #421E0E; }

 span { border-color: rgb(66,30,14); }

 td.TdClassName
 {
   border-color: #421E0E;
 }
 .TagClassName
 {
   border-color: #421E0E;
 }
</style>