#402B0C

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

Shades of Cocoa Brown #402B0C

Tints of Cocoa Brown #402B0C

Color information

#402B0C (or 0x402B0C) is unknown color: approx Cocoa Brown. HEX triplet: 40, 2B and 0C. RGB value is (64,43,12). Sum of RGB (Red+Green+Blue) = 64+43+12=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #402B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402B0C is #BFD4F3. Grayscale: #2D2D2D. Windows color (decimal): -12571892 or 797504. OLE color: 797504.

HSL color Cylindrical-coordinate representation of color #402B0C: hue angle of 35.77º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #402B0C is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB644312-
CMYK00.330.810.75
HSL35.77º68.42%14.9%-
HSV(B)35.77º81.25%25.1%-
XYZ3.042.840.74-
YUV45.74108.96141.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.78%
GREEN value IS 43 (17.19% from 255) = 36.13%
BLUE value IS 12 (5.08% from 255) = 10.08%
R=53.78%
G=36.13%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64431200.330.810.7535.7768.4214.9
Hex402BC021514B2444f
Octal10053140411211134410417
Binary1000000101011110001000011010001100101110010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402B0C; }

 p { color: rgb(64,43,12); }

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

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

 a { background-color: rgb(64,43,12); }

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

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

 span { border-color: rgb(64,43,12); }

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