#402607

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

Shades of Cocoa Brown #402607

Tints of Cocoa Brown #402607

Color information

#402607 (or 0x402607) is unknown color: approx Cocoa Brown. HEX triplet: 40, 26 and 07. RGB value is (64,38,7). Sum of RGB (Red+Green+Blue) = 64+38+7=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #402607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402607 is #BFD9F8. Grayscale: #2A2A2A. Windows color (decimal): -12573177 or 468544. OLE color: 468544.

HSL color Cylindrical-coordinate representation of color #402607: hue angle of 32.63º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #402607 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB64387-
CMYK00.410.890.75
HSL32.63º80.28%13.92%-
HSV(B)32.63º89.06%25.1%-
XYZ2.852.490.53-
YUV42.24108.11143.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.72%
GREEN value IS 38 (15.23% from 255) = 34.86%
BLUE value IS 7 (3.12% from 255) = 6.42%
R=58.72%
G=34.86%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6438700.410.890.7532.6380.2813.92
Hex40267029594B2150e
Octal1004670511311134112016
Binary100000010011011101010011011001100101110000110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402607; }

 p { color: rgb(64,38,7); }

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

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

 a { background-color: rgb(64,38,7); }

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

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

 span { border-color: rgb(64,38,7); }

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