#401902

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

Shades of Brown Pod #401902

Tints of Brown Pod #401902

Color information

#401902 (or 0x401902) is unknown color: approx Brown Pod. HEX triplet: 40, 19 and 02. RGB value is (64,25,2). Sum of RGB (Red+Green+Blue) = 64+25+2=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #401902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401902 is #BFE6FD. Grayscale: #222222. Windows color (decimal): -12576510 or 137536. OLE color: 137536.

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

Color convert

RGB64252-
CMYK00.610.970.75
HSL22.26º93.94%12.94%-
HSV(B)22.26º96.88%25.1%-
XYZ2.471.790.27-
YUV34.04109.92149.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 70.33%
GREEN value IS 25 (10.16% from 255) = 27.47%
BLUE value IS 2 (1.17% from 255) = 2.20%
R=70.33%
G=27.47%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6425200.610.970.7522.2693.9412.94
Hex4019203D614B165ed
Octal1003120751411132613615
Binary100000011001100111101110000110010111011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401902; }

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

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

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

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

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

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

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

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