#2D1E10

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

Shades of Cocoa Brown #2D1E10

Tints of Cocoa Brown #2D1E10

Color information

#2D1E10 (or 0x2D1E10) is unknown color: approx Cocoa Brown. HEX triplet: 2D, 1E and 10. RGB value is (45,30,16). Sum of RGB (Red+Green+Blue) = 45+30+16=91 (12% of max value = 765). Red value is 45 (17.97% from 255 or 49.45% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D1E10 is #D2E1EF. Grayscale: #202020. Windows color (decimal): -13820400 or 1056301. OLE color: 1056301.

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

Color convert

RGB453016-
CMYK00.330.640.82
HSL28.97º47.54%11.96%-
HSV(B)28.97º64.44%17.65%-
XYZ1.641.520.7-
YUV32.89118.47136.64-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 49.45%
GREEN value IS 30 (12.11% from 255) = 32.97%
BLUE value IS 16 (6.64% from 255) = 17.58%
R=49.45%
G=32.97%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45301600.330.640.8228.9747.5411.96
Hex2D1E1002140521d30c
Octal553620041100122356014
Binary1011011111010000010000110000001010010111011100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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