#401202

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

Shades of Brown Pod #401202

Tints of Brown Pod #401202

Color information

#401202 (or 0x401202) is unknown color: approx Brown Pod. HEX triplet: 40, 12 and 02. RGB value is (64,18,2). Sum of RGB (Red+Green+Blue) = 64+18+2=84 (11% of max value = 765). Red value is 64 (25.39% from 255 or 76.19% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 64 - color contains mainly: red. Hex color #401202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401202 is #BFEDFD. Grayscale: #1E1E1E. Windows color (decimal): -12578302 or 135744. OLE color: 135744.

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

Color convert

RGB64182-
CMYK00.720.970.75
HSL15.48º93.94%12.94%-
HSV(B)15.48º96.88%25.1%-
XYZ2.341.530.23-
YUV29.93112.24152.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 76.19%
GREEN value IS 18 (7.42% from 255) = 21.43%
BLUE value IS 2 (1.17% from 255) = 2.38%
R=76.19%
G=21.43%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6418200.720.970.7515.4893.9412.94
Hex40122048614Bf5ed
Octal10022201101411131713615
Binary100000010010100100100011000011001011111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401202; }

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

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

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

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

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

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

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

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