#2D2012

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

Shades of Cocoa Brown #2D2012

Tints of Cocoa Brown #2D2012

Color information

#2D2012 (or 0x2D2012) is unknown color: approx Cocoa Brown. HEX triplet: 2D, 20 and 12. RGB value is (45,32,18). Sum of RGB (Red+Green+Blue) = 45+32+18=95 (12% of max value = 765). Red value is 45 (17.97% from 255 or 47.37% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2012 is #D2DFED. Grayscale: #222222. Windows color (decimal): -13819886 or 1187885. OLE color: 1187885.

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

Color convert

RGB453218-
CMYK00.290.60.82
HSL31.11º42.86%12.35%-
HSV(B)31.11º60%17.65%-
XYZ1.711.630.8-
YUV34.29118.81135.64-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 47.37%
GREEN value IS 32 (12.89% from 255) = 33.68%
BLUE value IS 18 (7.42% from 255) = 18.95%
R=47.37%
G=33.68%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.6
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45321800.290.60.8231.1142.8612.35
Hex2D201201D3C521f2bc
Octal55402203574122375314
Binary101101100000100100111011111001010010111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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