#2D1911

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

Shades of Brown Pod #2D1911

Tints of Brown Pod #2D1911

Color information

#2D1911 (or 0x2D1911) is unknown color: approx Brown Pod. HEX triplet: 2D, 19 and 11. RGB value is (45,25,17). Sum of RGB (Red+Green+Blue) = 45+25+17=87 (11% of max value = 765). Red value is 45 (17.97% from 255 or 51.72% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1911 is #D2E6EE. Grayscale: #1E1E1E. Windows color (decimal): -13821679 or 1120557. OLE color: 1120557.

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

Color convert

RGB452517-
CMYK00.440.620.82
HSL17.14º45.16%12.16%-
HSV(B)17.14º62.22%17.65%-
XYZ1.531.290.7-
YUV30.07120.63138.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 51.72%
GREEN value IS 25 (10.16% from 255) = 28.74%
BLUE value IS 17 (7.03% from 255) = 19.54%
R=51.72%
G=28.74%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45251700.440.620.8217.1445.1612.16
Hex2D191102C3E52112dc
Octal55312105476122215514
Binary101101110011000101011001111101010010100011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,25,17); }

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

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

 a { background-color: rgb(45,25,17); }

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

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

 span { border-color: rgb(45,25,17); }

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