#2D200C

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

Shades of Cocoa Brown #2D200C

Tints of Cocoa Brown #2D200C

Color information

#2D200C (or 0x2D200C) is unknown color: approx Cocoa Brown. HEX triplet: 2D, 20 and 0C. RGB value is (45,32,12). Sum of RGB (Red+Green+Blue) = 45+32+12=89 (11% of max value = 765). Red value is 45 (17.97% from 255 or 50.56% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 45 - color contains mainly: red. Hex color #2D200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D200C is #D2DFF3. Grayscale: #212121. Windows color (decimal): -13819892 or 794669. OLE color: 794669.

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

Color convert

RGB453212-
CMYK00.290.730.82
HSL36.36º57.89%11.18%-
HSV(B)36.36º73.33%17.65%-
XYZ1.671.620.57-
YUV33.61115.81136.13-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 50.56%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 12 (5.08% from 255) = 13.48%
R=50.56%
G=35.96%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45321200.290.730.8236.3657.8911.18
Hex2D20C01D4952243ab
Octal554014035111122447213
Binary1011011000001100011101100100110100101001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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