#402705

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

Shades of Cocoa Brown #402705

Tints of Cocoa Brown #402705

Color information

#402705 (or 0x402705) is unknown color: approx Cocoa Brown. HEX triplet: 40, 27 and 05. RGB value is (64,39,5). Sum of RGB (Red+Green+Blue) = 64+39+5=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #402705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402705 is #BFD8FA. Grayscale: #2A2A2A. Windows color (decimal): -12572923 or 337728. OLE color: 337728.

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

Color convert

RGB64395-
CMYK00.390.920.75
HSL34.58º85.51%13.53%-
HSV(B)34.58º92.19%25.1%-
XYZ2.872.550.49-
YUV42.6106.78143.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.26%
GREEN value IS 39 (15.62% from 255) = 36.11%
BLUE value IS 5 (2.34% from 255) = 4.63%
R=59.26%
G=36.11%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6439500.390.920.7534.5885.5113.53
Hex402750275C4B2356e
Octal1004750471341134312616
Binary100000010011110101001111011100100101110001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402705; }

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

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

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

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

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

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

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

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