#402905

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

Shades of Cocoa Brown #402905

Tints of Cocoa Brown #402905

Color information

#402905 (or 0x402905) is unknown color: approx Cocoa Brown. HEX triplet: 40, 29 and 05. RGB value is (64,41,5). Sum of RGB (Red+Green+Blue) = 64+41+5=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #402905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402905 is #BFD6FA. Grayscale: #2B2B2B. Windows color (decimal): -12572411 or 338240. OLE color: 338240.

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

Color convert

RGB64415-
CMYK00.360.920.75
HSL36.61º85.51%13.53%-
HSV(B)36.61º92.19%25.1%-
XYZ2.932.690.51-
YUV43.77106.12142.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.18%
GREEN value IS 41 (16.41% from 255) = 37.27%
BLUE value IS 5 (2.34% from 255) = 4.55%
R=58.18%
G=37.27%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6441500.360.920.7536.6185.5113.53
Hex402950245C4B2556e
Octal1005150441341134512616
Binary100000010100110101001001011100100101110010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402905; }

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

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

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

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

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

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

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

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