#402202

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

Shades of Cocoa Brown #402202

Tints of Cocoa Brown #402202

Color information

#402202 (or 0x402202) is unknown color: approx Cocoa Brown. HEX triplet: 40, 22 and 02. RGB value is (64,34,2). Sum of RGB (Red+Green+Blue) = 64+34+2=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #402202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402202 is #BFDDFD. Grayscale: #272727. Windows color (decimal): -12574206 or 139840. OLE color: 139840.

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

Color convert

RGB64342-
CMYK00.470.970.75
HSL30.97º93.94%12.94%-
HSV(B)30.97º96.88%25.1%-
XYZ2.72.240.35-
YUV39.32106.94145.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64%
GREEN value IS 34 (13.67% from 255) = 34%
BLUE value IS 2 (1.17% from 255) = 2%
R=64%
G=34%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6434200.470.970.7530.9793.9412.94
Hex4022202F614B1f5ed
Octal1004220571411133713615
Binary1000000100010100101111110000110010111111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402202; }

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

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

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

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

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

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

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

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