#2D190C

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

Shades of Cocoa Brown #2D190C

Tints of Cocoa Brown #2D190C

Color information

#2D190C (or 0x2D190C) is unknown color: approx Cocoa Brown. HEX triplet: 2D, 19 and 0C. RGB value is (45,25,12). Sum of RGB (Red+Green+Blue) = 45+25+12=82 (10% of max value = 765). Red value is 45 (17.97% from 255 or 54.88% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 45 - color contains mainly: red. Hex color #2D190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D190C is #D2E6F3. Grayscale: #1D1D1D. Windows color (decimal): -13821684 or 792877. OLE color: 792877.

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

Color convert

RGB452512-
CMYK00.440.730.82
HSL23.64º57.89%11.18%-
HSV(B)23.64º73.33%17.65%-
XYZ1.51.280.52-
YUV29.5118.13139.06-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 54.88%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 12 (5.08% from 255) = 14.63%
R=54.88%
G=30.49%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45251200.440.730.8223.6457.8911.18
Hex2D19C02C4952183ab
Octal553114054111122307213
Binary101101110011100010110010010011010010110001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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