#402708

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

Shades of Cocoa Brown #402708

Tints of Cocoa Brown #402708

Color information

#402708 (or 0x402708) is unknown color: approx Cocoa Brown. HEX triplet: 40, 27 and 08. RGB value is (64,39,8). Sum of RGB (Red+Green+Blue) = 64+39+8=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #402708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402708 is #BFD8F7. Grayscale: #2B2B2B. Windows color (decimal): -12572920 or 534336. OLE color: 534336.

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

Color convert

RGB64398-
CMYK00.390.870.75
HSL33.21º77.78%14.12%-
HSV(B)33.21º87.5%25.1%-
XYZ2.882.560.57-
YUV42.94108.28143.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.66%
GREEN value IS 39 (15.62% from 255) = 35.14%
BLUE value IS 8 (3.52% from 255) = 7.21%
R=57.66%
G=35.14%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6439800.390.870.7533.2177.7814.12
Hex40278027574B214ee
Octal10047100471271134111616
Binary1000000100111100001001111010111100101110000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402708; }

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

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

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

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

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

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

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

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