#402A09

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

Shades of Cocoa Brown #402A09

Tints of Cocoa Brown #402A09

Color information

#402A09 (or 0x402A09) is unknown color: approx Cocoa Brown. HEX triplet: 40, 2A and 09. RGB value is (64,42,9). Sum of RGB (Red+Green+Blue) = 64+42+9=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #402A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402A09 is #BFD5F6. Grayscale: #2C2C2C. Windows color (decimal): -12572151 or 600640. OLE color: 600640.

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

Color convert

RGB64429-
CMYK00.340.860.75
HSL36º75.34%14.31%-
HSV(B)36º85.94%25.1%-
XYZ2.992.770.63-
YUV44.82107.79141.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.65%
GREEN value IS 42 (16.80% from 255) = 36.52%
BLUE value IS 9 (3.91% from 255) = 7.83%
R=55.65%
G=36.52%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6442900.340.860.753675.3414.31
Hex402A9022564B244be
Octal10052110421261134411316
Binary1000000101010100101000101010110100101110010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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