#2E1908

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

Shades of Cocoa Brown #2E1908

Tints of Cocoa Brown #2E1908

Color information

#2E1908 (or 0x2E1908) is unknown color: approx Cocoa Brown. HEX triplet: 2E, 19 and 08. RGB value is (46,25,8). Sum of RGB (Red+Green+Blue) = 46+25+8=79 (10% of max value = 765). Red value is 46 (18.36% from 255 or 58.23% from 79); Green value is 25 (10.16% from 255 or 31.65% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1908 is #D1E6F7. Grayscale: #1D1D1D. Windows color (decimal): -13756152 or 530734. OLE color: 530734.

HSL color Cylindrical-coordinate representation of color #2E1908: hue angle of 26.84º 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 #2E1908 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.82.

Color convert

RGB46258-
CMYK00.460.830.82
HSL26.84º70.37%10.59%-
HSV(B)26.84º82.61%18.04%-
XYZ1.521.290.4-
YUV29.34115.96139.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 58.23%
GREEN value IS 25 (10.16% from 255) = 31.65%
BLUE value IS 8 (3.52% from 255) = 10.13%
R=58.23%
G=31.65%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.83
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4625800.460.830.8226.8470.3710.59
Hex2E19802E53521b46b
Octal5631100561231223310613
Binary1011101100110000101110101001110100101101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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