#402308

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

Shades of Cocoa Brown #402308

Tints of Cocoa Brown #402308

Color information

#402308 (or 0x402308) is unknown color: approx Cocoa Brown. HEX triplet: 40, 23 and 08. RGB value is (64,35,8). Sum of RGB (Red+Green+Blue) = 64+35+8=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #402308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402308 is #BFDCF7. Grayscale: #282828. Windows color (decimal): -12573944 or 533312. OLE color: 533312.

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

Color convert

RGB64358-
CMYK00.450.870.75
HSL28.93º77.78%14.12%-
HSV(B)28.93º87.5%25.1%-
XYZ2.762.310.53-
YUV40.59109.61144.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.81%
GREEN value IS 35 (14.06% from 255) = 32.71%
BLUE value IS 8 (3.52% from 255) = 7.48%
R=59.81%
G=32.71%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6435800.450.870.7528.9377.7814.12
Hex4023802D574B1d4ee
Octal10043100551271133511616
Binary100000010001110000101101101011110010111110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402308; }

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

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

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

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

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

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

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

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