#2D1C11

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

Shades of Cocoa Brown #2D1C11

Tints of Cocoa Brown #2D1C11

Color information

#2D1C11 (or 0x2D1C11) is unknown color: approx Cocoa Brown. HEX triplet: 2D, 1C and 11. RGB value is (45,28,17). Sum of RGB (Red+Green+Blue) = 45+28+17=90 (11% of max value = 765). Red value is 45 (17.97% from 255 or 50% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D1C11 is #D2E3EE. Grayscale: #1F1F1F. Windows color (decimal): -13820911 or 1121325. OLE color: 1121325.

HSL color Cylindrical-coordinate representation of color #2D1C11: hue angle of 23.57º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D1C11 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.82.

Color convert

RGB452817-
CMYK00.380.620.82
HSL23.57º45.16%12.16%-
HSV(B)23.57º62.22%17.65%-
XYZ1.61.430.72-
YUV31.83119.63137.39-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 50%
GREEN value IS 28 (11.33% from 255) = 31.11%
BLUE value IS 17 (7.03% from 255) = 18.89%
R=50%
G=31.11%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45281700.380.620.8223.5745.1612.16
Hex2D1C110263E52182dc
Octal55342104676122305514
Binary101101111001000101001101111101010010110001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,28,17); }

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

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

 a { background-color: rgb(45,28,17); }

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

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

 span { border-color: rgb(45,28,17); }

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