#2D1E0B

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

Shades of Cocoa Brown #2D1E0B

Tints of Cocoa Brown #2D1E0B

Color information

#2D1E0B (or 0x2D1E0B) is unknown color: approx Cocoa Brown. HEX triplet: 2D, 1E and 0B. RGB value is (45,30,11). Sum of RGB (Red+Green+Blue) = 45+30+11=86 (11% of max value = 765). Red value is 45 (17.97% from 255 or 52.33% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D1E0B is #D2E1F4. Grayscale: #202020. Windows color (decimal): -13820405 or 728621. OLE color: 728621.

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

Color convert

RGB453011-
CMYK00.330.760.82
HSL33.53º60.71%10.98%-
HSV(B)33.53º75.56%17.65%-
XYZ1.611.510.52-
YUV32.32115.97137.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 52.33%
GREEN value IS 30 (12.11% from 255) = 34.88%
BLUE value IS 11 (4.69% from 255) = 12.79%
R=52.33%
G=34.88%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45301100.330.760.8233.5360.7110.98
Hex2D1EB0214C52223db
Octal553613041114122427513
Binary1011011111010110100001100110010100101000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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