#421F10

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

Shades of Brown Pod #421F10

Tints of Brown Pod #421F10

Color information

#421F10 (or 0x421F10) is unknown color: approx Brown Pod. HEX triplet: 42, 1F and 10. RGB value is (66,31,16). Sum of RGB (Red+Green+Blue) = 66+31+16=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #421F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421F10 is #BDE0EF. Grayscale: #272727. Windows color (decimal): -12443888 or 1056578. OLE color: 1056578.

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

Color convert

RGB663116-
CMYK00.530.760.74
HSL18º60.98%16.08%-
HSV(B)18º75.76%25.88%-
XYZ2.832.180.76-
YUV39.75114.6146.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 58.41%
GREEN value IS 31 (12.5% from 255) = 27.43%
BLUE value IS 16 (6.64% from 255) = 14.16%
R=58.41%
G=27.43%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66311600.530.760.741860.9816.08
Hex421F100354C4A123d10
Octal1023720065114112227520
Binary100001011111100000110101100110010010101001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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