#421E0A

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

Shades of Brown Pod #421E0A

Tints of Brown Pod #421E0A

Color information

#421E0A (or 0x421E0A) is unknown color: approx Brown Pod. HEX triplet: 42, 1E and 0A. RGB value is (66,30,10). Sum of RGB (Red+Green+Blue) = 66+30+10=106 (14% of max value = 765). Red value is 66 (26.17% from 255 or 62.26% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 66 - color contains mainly: red. Hex color #421E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421E0A is #BDE1F5. Grayscale: #262626. Windows color (decimal): -12444150 or 663106. OLE color: 663106.

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

Color convert

RGB663010-
CMYK00.550.850.74
HSL21.43º73.68%14.9%-
HSV(B)21.43º84.85%25.88%-
XYZ2.772.110.55-
YUV38.48111.93147.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 62.26%
GREEN value IS 30 (12.11% from 255) = 28.30%
BLUE value IS 10 (4.30% from 255) = 9.43%
R=62.26%
G=28.30%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.85
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66301000.550.850.7421.4373.6814.9
Hex421EA037554A154af
Octal10236120671251122511217
Binary10000101111010100110111101010110010101010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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