#421902

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

Shades of Brown Pod #421902

Tints of Brown Pod #421902

Color information

#421902 (or 0x421902) is unknown color: approx Brown Pod. HEX triplet: 42, 19 and 02. RGB value is (66,25,2). Sum of RGB (Red+Green+Blue) = 66+25+2=93 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.97% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 66 - color contains mainly: red. Hex color #421902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421902 is #BDE6FD. Grayscale: #222222. Windows color (decimal): -12445438 or 137538. OLE color: 137538.

HSL color Cylindrical-coordinate representation of color #421902: hue angle of 21.56º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #421902 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB66252-
CMYK00.620.970.74
HSL21.56º94.12%13.33%-
HSV(B)21.56º96.97%25.88%-
XYZ2.611.860.28-
YUV34.64109.58150.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 70.97%
GREEN value IS 25 (10.16% from 255) = 26.88%
BLUE value IS 2 (1.17% from 255) = 2.15%
R=70.97%
G=26.88%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6625200.620.970.7421.5694.1213.33
Hex4219203E614A165ed
Octal1023120761411122613615
Binary100001011001100111110110000110010101011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421902; }

 p { color: rgb(66,25,2); }

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

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

 a { background-color: rgb(66,25,2); }

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

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

 span { border-color: rgb(66,25,2); }

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