#402A0B

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

Shades of Cocoa Brown #402A0B

Tints of Cocoa Brown #402A0B

Color information

#402A0B (or 0x402A0B) is unknown color: approx Cocoa Brown. HEX triplet: 40, 2A and 0B. RGB value is (64,42,11). Sum of RGB (Red+Green+Blue) = 64+42+11=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #402A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402A0B is #BFD5F4. Grayscale: #2D2D2D. Windows color (decimal): -12572149 or 731712. OLE color: 731712.

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

Color convert

RGB644211-
CMYK00.340.830.75
HSL35.09º70.67%14.71%-
HSV(B)35.09º82.81%25.1%-
XYZ32.770.69-
YUV45.04108.79141.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.70%
GREEN value IS 42 (16.80% from 255) = 35.90%
BLUE value IS 11 (4.69% from 255) = 9.40%
R=54.70%
G=35.90%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64421100.340.830.7535.0970.6714.71
Hex402AB022534B2347f
Octal10052130421231134310717
Binary1000000101010101101000101010011100101110001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,42,11); }

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

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

 a { background-color: rgb(64,42,11); }

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

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

 span { border-color: rgb(64,42,11); }

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