#421F06

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

Shades of Brown Pod #421F06

Tints of Brown Pod #421F06

Color information

#421F06 (or 0x421F06) is unknown color: approx Brown Pod. HEX triplet: 42, 1F and 06. RGB value is (66,31,6). Sum of RGB (Red+Green+Blue) = 66+31+6=103 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.08% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 66 - color contains mainly: red. Hex color #421F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421F06 is #BDE0F9. Grayscale: #262626. Windows color (decimal): -12443898 or 401218. OLE color: 401218.

HSL color Cylindrical-coordinate representation of color #421F06: hue angle of 25º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #421F06 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB66316-
CMYK00.530.910.74
HSL25º83.33%14.12%-
HSV(B)25º90.91%25.88%-
XYZ2.772.150.44-
YUV38.61109.6147.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 64.08%
GREEN value IS 31 (12.5% from 255) = 30.10%
BLUE value IS 6 (2.73% from 255) = 5.83%
R=64.08%
G=30.10%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6631600.530.910.742583.3314.12
Hex421F60355B4A1953e
Octal1023760651331123112316
Binary1000010111111100110101101101110010101100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,31,6); }

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

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

 a { background-color: rgb(66,31,6); }

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

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

 span { border-color: rgb(66,31,6); }

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