#402700

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

Shades of Cocoa Brown #402700

Tints of Cocoa Brown #402700

Color information

#402700 (or 0x402700) is unknown color: approx Cocoa Brown. HEX triplet: 40, 27 and 00. RGB value is (64,39,0). Sum of RGB (Red+Green+Blue) = 64+39+0=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 39 (15.62% from 255 or 37.86% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #402700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402700 is #BFD8FF. Grayscale: #2A2A2A. Windows color (decimal): -12572928 or 10048. OLE color: 10048.

HSL color Cylindrical-coordinate representation of color #402700: hue angle of 36.56º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #402700 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB64390-
CMYK00.3910.75
HSL36.56º100%12.55%-
HSV(B)36.56º100%25.1%-
XYZ2.842.540.34-
YUV42.03104.28143.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.14%
GREEN value IS 39 (15.62% from 255) = 37.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.14%
G=37.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6439000.3910.7536.5610012.55
Hex40270027644B2564d
Octal1004700471441134514415
Binary1000000100111001001111100100100101110010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402700; }

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

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

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

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

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

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

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

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