#402002

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

Shades of Brown Pod #402002

Tints of Brown Pod #402002

Color information

#402002 (or 0x402002) is unknown color: approx Brown Pod. HEX triplet: 40, 20 and 02. RGB value is (64,32,2). Sum of RGB (Red+Green+Blue) = 64+32+2=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #402002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402002 is #BFDFFD. Grayscale: #262626. Windows color (decimal): -12574718 or 139328. OLE color: 139328.

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

Color convert

RGB64322-
CMYK00.500.970.75
HSL29.03º93.94%12.94%-
HSV(B)29.03º96.88%25.1%-
XYZ2.642.130.33-
YUV38.15107.6146.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.31%
GREEN value IS 32 (12.89% from 255) = 32.65%
BLUE value IS 2 (1.17% from 255) = 2.04%
R=65.31%
G=32.65%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6432200.500.970.7529.0393.9412.94
Hex40202032614B1d5ed
Octal1004020621411133513615
Binary1000000100000100110010110000110010111110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402002; }

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

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

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

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

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

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

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

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