#421202

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

Shades of Brown Pod #421202

Tints of Brown Pod #421202

Color information

#421202 (or 0x421202) is unknown color: approx Brown Pod. HEX triplet: 42, 12 and 02. RGB value is (66,18,2). Sum of RGB (Red+Green+Blue) = 66+18+2=86 (11% of max value = 765). Red value is 66 (26.17% from 255 or 76.74% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 66 - color contains mainly: red. Hex color #421202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421202 is #BDEDFD. Grayscale: #1E1E1E. Windows color (decimal): -12447230 or 135746. OLE color: 135746.

HSL color Cylindrical-coordinate representation of color #421202: hue angle of 15º 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 #421202 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB66182-
CMYK00.730.970.74
HSL15º94.12%13.33%-
HSV(B)15º96.97%25.88%-
XYZ2.471.60.23-
YUV30.53111.9153.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 76.74%
GREEN value IS 18 (7.42% from 255) = 20.93%
BLUE value IS 2 (1.17% from 255) = 2.33%
R=76.74%
G=20.93%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6618200.730.970.741594.1213.33
Hex42122049614Af5ed
Octal10222201111411121713615
Binary100001010010100100100111000011001010111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421202; }

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

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

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

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

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

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

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

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