#2D2112

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

Shades of Cocoa Brown #2D2112

Tints of Cocoa Brown #2D2112

Color information

#2D2112 (or 0x2D2112) is unknown color: approx Cocoa Brown. HEX triplet: 2D, 21 and 12. RGB value is (45,33,18). Sum of RGB (Red+Green+Blue) = 45+33+18=96 (12% of max value = 765). Red value is 45 (17.97% from 255 or 46.88% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2112 is #D2DEED. Grayscale: #222222. Windows color (decimal): -13819630 or 1188141. OLE color: 1188141.

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

Color convert

RGB453318-
CMYK00.270.60.82
HSL33.33º42.86%12.35%-
HSV(B)33.33º60%17.65%-
XYZ1.741.690.81-
YUV34.88118.48135.22-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 46.88%
GREEN value IS 33 (13.28% from 255) = 34.38%
BLUE value IS 18 (7.42% from 255) = 18.75%
R=46.88%
G=34.38%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.6
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45331800.270.60.8233.3342.8612.35
Hex2D211201B3C52212bc
Octal55412203374122415314
Binary1011011000011001001101111110010100101000011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,33,18); }

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

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

 a { background-color: rgb(45,33,18); }

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

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

 span { border-color: rgb(45,33,18); }

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