#2E1808

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

Shades of Cocoa Brown #2E1808

Tints of Cocoa Brown #2E1808

Color information

#2E1808 (or 0x2E1808) is unknown color: approx Cocoa Brown. HEX triplet: 2E, 18 and 08. RGB value is (46,24,8). Sum of RGB (Red+Green+Blue) = 46+24+8=78 (10% of max value = 765). Red value is 46 (18.36% from 255 or 58.97% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1808 is #D1E7F7. Grayscale: #1C1C1C. Windows color (decimal): -13756408 or 530478. OLE color: 530478.

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

Color convert

RGB46248-
CMYK00.480.830.82
HSL25.26º70.37%10.59%-
HSV(B)25.26º82.61%18.04%-
XYZ1.51.250.39-
YUV28.75116.29140.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 58.97%
GREEN value IS 24 (9.77% from 255) = 30.77%
BLUE value IS 8 (3.52% from 255) = 10.26%
R=58.97%
G=30.77%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4624800.480.830.8225.2670.3710.59
Hex2E18803053521946b
Octal5630100601231223110613
Binary1011101100010000110000101001110100101100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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