#402805

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

Shades of Cocoa Brown #402805

Tints of Cocoa Brown #402805

Color information

#402805 (or 0x402805) is unknown color: approx Cocoa Brown. HEX triplet: 40, 28 and 05. RGB value is (64,40,5). Sum of RGB (Red+Green+Blue) = 64+40+5=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #402805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402805 is #BFD7FA. Grayscale: #2B2B2B. Windows color (decimal): -12572667 or 337984. OLE color: 337984.

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

Color convert

RGB64405-
CMYK00.380.920.75
HSL35.59º85.51%13.53%-
HSV(B)35.59º92.19%25.1%-
XYZ2.92.620.5-
YUV43.19106.45142.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.72%
GREEN value IS 40 (16.02% from 255) = 36.70%
BLUE value IS 5 (2.34% from 255) = 4.59%
R=58.72%
G=36.70%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6440500.380.920.7535.5985.5113.53
Hex402850265C4B2456e
Octal1005050461341134412616
Binary100000010100010101001101011100100101110010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402805; }

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

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

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

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

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

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

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

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