#402707

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

Shades of Cocoa Brown #402707

Tints of Cocoa Brown #402707

Color information

#402707 (or 0x402707) is unknown color: approx Cocoa Brown. HEX triplet: 40, 27 and 07. RGB value is (64,39,7). Sum of RGB (Red+Green+Blue) = 64+39+7=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 39 (15.62% from 255 or 35.45% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #402707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402707 is #BFD8F8. Grayscale: #2A2A2A. Windows color (decimal): -12572921 or 468800. OLE color: 468800.

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

Color convert

RGB64397-
CMYK00.390.890.75
HSL33.68º80.28%13.92%-
HSV(B)33.68º89.06%25.1%-
XYZ2.882.560.54-
YUV42.83107.78143.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.18%
GREEN value IS 39 (15.62% from 255) = 35.45%
BLUE value IS 7 (3.12% from 255) = 6.36%
R=58.18%
G=35.45%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6439700.390.890.7533.6880.2813.92
Hex40277027594B2250e
Octal1004770471311134212016
Binary100000010011111101001111011001100101110001010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402707; }

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

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

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

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

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

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

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

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