#402A06

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

Shades of Cocoa Brown #402A06

Tints of Cocoa Brown #402A06

Color information

#402A06 (or 0x402A06) is unknown color: approx Cocoa Brown. HEX triplet: 40, 2A and 06. RGB value is (64,42,6). Sum of RGB (Red+Green+Blue) = 64+42+6=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #402A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402A06 is #BFD5F9. Grayscale: #2C2C2C. Windows color (decimal): -12572154 or 404032. OLE color: 404032.

HSL color Cylindrical-coordinate representation of color #402A06: hue angle of 37.24º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #402A06 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB64426-
CMYK00.340.910.75
HSL37.24º82.86%13.73%-
HSV(B)37.24º90.62%25.1%-
XYZ2.982.760.55-
YUV44.47106.29141.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.14%
GREEN value IS 42 (16.80% from 255) = 37.5%
BLUE value IS 6 (2.73% from 255) = 5.36%
R=57.14%
G=37.5%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6442600.340.910.7537.2482.8613.73
Hex402A60225B4B2553e
Octal1005260421331134512316
Binary100000010101011001000101011011100101110010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402A06; }

 p { color: rgb(64,42,6); }

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

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

 a { background-color: rgb(64,42,6); }

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

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

 span { border-color: rgb(64,42,6); }

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