#2D1B0F

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

Shades of Cocoa Brown #2D1B0F

Tints of Cocoa Brown #2D1B0F

Color information

#2D1B0F (or 0x2D1B0F) is unknown color: approx Cocoa Brown. HEX triplet: 2D, 1B and 0F. RGB value is (45,27,15). Sum of RGB (Red+Green+Blue) = 45+27+15=87 (11% of max value = 765). Red value is 45 (17.97% from 255 or 51.72% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D1B0F is #D2E4F0. Grayscale: #1F1F1F. Windows color (decimal): -13821169 or 989997. OLE color: 989997.

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

Color convert

RGB452715-
CMYK00.40.670.82
HSL24º50%11.76%-
HSV(B)24º66.67%17.65%-
XYZ1.561.380.64-
YUV31.01118.96137.98-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 51.72%
GREEN value IS 27 (10.94% from 255) = 31.03%
BLUE value IS 15 (6.25% from 255) = 17.24%
R=51.72%
G=31.03%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.67
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45271500.40.670.82245011.76
Hex2D1BF02843521832c
Octal553317050103122306214
Binary101101110111111010100010000111010010110001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,27,15); }

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

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

 a { background-color: rgb(45,27,15); }

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

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

 span { border-color: rgb(45,27,15); }

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