#40290A

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

Shades of Cocoa Brown #40290A

Tints of Cocoa Brown #40290A

Color information

#40290A (or 0x40290A) is unknown color: approx Cocoa Brown. HEX triplet: 40, 29 and 0A. RGB value is (64,41,10). Sum of RGB (Red+Green+Blue) = 64+41+10=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #40290A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40290A is #BFD6F5. Grayscale: #2C2C2C. Windows color (decimal): -12572406 or 665920. OLE color: 665920.

HSL color Cylindrical-coordinate representation of color #40290A: hue angle of 34.44º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40290A is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB644110-
CMYK00.360.840.75
HSL34.44º72.97%14.51%-
HSV(B)34.44º84.38%25.1%-
XYZ2.962.70.65-
YUV44.34108.62142.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.65%
GREEN value IS 41 (16.41% from 255) = 35.65%
BLUE value IS 10 (4.30% from 255) = 8.70%
R=55.65%
G=35.65%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64411000.360.840.7534.4472.9714.51
Hex4029A024544B2249f
Octal10051120441241134211117
Binary1000000101001101001001001010100100101110001010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40290A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40290A; }

 p { color: rgb(64,41,10); }

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

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

 a { background-color: rgb(64,41,10); }

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

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

 span { border-color: rgb(64,41,10); }

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