#421A08

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

Shades of Brown Pod #421A08

Tints of Brown Pod #421A08

Color information

#421A08 (or 0x421A08) is unknown color: approx Brown Pod. HEX triplet: 42, 1A and 08. RGB value is (66,26,8). Sum of RGB (Red+Green+Blue) = 66+26+8=100 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 66 - color contains mainly: red. Hex color #421A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421A08 is #BDE5F7. Grayscale: #242424. Windows color (decimal): -12445176 or 531010. OLE color: 531010.

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

Color convert

RGB66268-
CMYK00.610.880.74
HSL18.62º78.38%14.51%-
HSV(B)18.62º87.88%25.88%-
XYZ2.661.910.46-
YUV35.91112.25149.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 66%
GREEN value IS 26 (10.55% from 255) = 26%
BLUE value IS 8 (3.52% from 255) = 8%
R=66%
G=26%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6626800.610.880.7418.6278.3814.51
Hex421A803D584A134ef
Octal10232100751301122311617
Binary10000101101010000111101101100010010101001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,26,8); }

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

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

 a { background-color: rgb(66,26,8); }

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

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

 span { border-color: rgb(66,26,8); }

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