#402809

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

Shades of Cocoa Brown #402809

Tints of Cocoa Brown #402809

Color information

#402809 (or 0x402809) is unknown color: approx Cocoa Brown. HEX triplet: 40, 28 and 09. RGB value is (64,40,9). Sum of RGB (Red+Green+Blue) = 64+40+9=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #402809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402809 is #BFD7F6. Grayscale: #2B2B2B. Windows color (decimal): -12572663 or 600128. OLE color: 600128.

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

Color convert

RGB64409-
CMYK00.380.860.75
HSL33.82º75.34%14.31%-
HSV(B)33.82º85.94%25.1%-
XYZ2.922.630.61-
YUV43.64108.45142.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 40 (16.02% from 255) = 35.40%
BLUE value IS 9 (3.91% from 255) = 7.96%
R=56.64%
G=35.40%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6440900.380.860.7533.8275.3414.31
Hex40289026564B224be
Octal10050110461261134211316
Binary1000000101000100101001101010110100101110001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402809; }

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

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

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

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

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

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

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

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