#2E190C

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

Shades of Cocoa Brown #2E190C

Tints of Cocoa Brown #2E190C

Color information

#2E190C (or 0x2E190C) is unknown color: approx Cocoa Brown. HEX triplet: 2E, 19 and 0C. RGB value is (46,25,12). Sum of RGB (Red+Green+Blue) = 46+25+12=83 (10% of max value = 765). Red value is 46 (18.36% from 255 or 55.42% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 46 - color contains mainly: red. Hex color #2E190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E190C is #D1E6F3. Grayscale: #1D1D1D. Windows color (decimal): -13756148 or 792878. OLE color: 792878.

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

Color convert

RGB462512-
CMYK00.460.740.82
HSL22.94º58.62%11.37%-
HSV(B)22.94º73.91%18.04%-
XYZ1.541.30.52-
YUV29.8117.96139.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 55.42%
GREEN value IS 25 (10.16% from 255) = 30.12%
BLUE value IS 12 (5.08% from 255) = 14.46%
R=55.42%
G=30.12%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46251200.460.740.8222.9458.6211.37
Hex2E19C02E4A52173bb
Octal563114056112122277313
Binary101110110011100010111010010101010010101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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