#2E180A

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

Shades of Cocoa Brown #2E180A

Tints of Cocoa Brown #2E180A

Color information

#2E180A (or 0x2E180A) is unknown color: approx Cocoa Brown. HEX triplet: 2E, 18 and 0A. RGB value is (46,24,10). Sum of RGB (Red+Green+Blue) = 46+24+10=80 (10% of max value = 765). Red value is 46 (18.36% from 255 or 57.5% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 46 - color contains mainly: red. Hex color #2E180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E180A is #D1E7F5. Grayscale: #1D1D1D. Windows color (decimal): -13756406 or 661550. OLE color: 661550.

HSL color Cylindrical-coordinate representation of color #2E180A: hue angle of 23.33º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E180A is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.82.

Color convert

RGB462410-
CMYK00.480.780.82
HSL23.33º64.29%10.98%-
HSV(B)23.33º78.26%18.04%-
XYZ1.511.260.45-
YUV28.98117.29140.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 57.5%
GREEN value IS 24 (9.77% from 255) = 30%
BLUE value IS 10 (4.30% from 255) = 12.5%
R=57.5%
G=30%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46241000.480.780.8223.3364.2910.98
Hex2E18A0304E521740b
Octal5630120601161222710013
Binary1011101100010100110000100111010100101011110000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E180A; }

 p { color: rgb(46,24,10); }

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

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

 a { background-color: rgb(46,24,10); }

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

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

 span { border-color: rgb(46,24,10); }

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