#402508

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

Shades of Cocoa Brown #402508

Tints of Cocoa Brown #402508

Color information

#402508 (or 0x402508) is unknown color: approx Cocoa Brown. HEX triplet: 40, 25 and 08. RGB value is (64,37,8). Sum of RGB (Red+Green+Blue) = 64+37+8=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #402508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402508 is #BFDAF7. Grayscale: #292929. Windows color (decimal): -12573432 or 533824. OLE color: 533824.

HSL color Cylindrical-coordinate representation of color #402508: hue angle of 31.07º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #402508 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB64378-
CMYK00.420.870.75
HSL31.07º77.78%14.12%-
HSV(B)31.07º87.5%25.1%-
XYZ2.822.430.55-
YUV41.77108.95143.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.72%
GREEN value IS 37 (14.84% from 255) = 33.94%
BLUE value IS 8 (3.52% from 255) = 7.34%
R=58.72%
G=33.94%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6437800.420.870.7531.0777.7814.12
Hex4025802A574B1f4ee
Octal10045100521271133711616
Binary100000010010110000101010101011110010111111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402508; }

 p { color: rgb(64,37,8); }

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

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

 a { background-color: rgb(64,37,8); }

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

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

 span { border-color: rgb(64,37,8); }

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