#2D1E11

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

Shades of Cocoa Brown #2D1E11

Tints of Cocoa Brown #2D1E11

Color information

#2D1E11 (or 0x2D1E11) is unknown color: approx Cocoa Brown. HEX triplet: 2D, 1E and 11. RGB value is (45,30,17). Sum of RGB (Red+Green+Blue) = 45+30+17=92 (12% of max value = 765). Red value is 45 (17.97% from 255 or 48.91% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D1E11 is #D2E1EE. Grayscale: #212121. Windows color (decimal): -13820399 or 1121837. OLE color: 1121837.

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

Color convert

RGB453017-
CMYK00.330.620.82
HSL27.86º45.16%12.16%-
HSV(B)27.86º62.22%17.65%-
XYZ1.651.530.74-
YUV33118.97136.56-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 48.91%
GREEN value IS 30 (12.11% from 255) = 32.61%
BLUE value IS 17 (7.03% from 255) = 18.48%
R=48.91%
G=32.61%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45301700.330.620.8227.8645.1612.16
Hex2D1E110213E521c2dc
Octal55362104176122345514
Binary101101111101000101000011111101010010111001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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