#2D1912

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

Shades of Brown Pod #2D1912

Tints of Brown Pod #2D1912

Color information

#2D1912 (or 0x2D1912) is unknown color: approx Brown Pod. HEX triplet: 2D, 19 and 12. RGB value is (45,25,18). Sum of RGB (Red+Green+Blue) = 45+25+18=88 (11% of max value = 765). Red value is 45 (17.97% from 255 or 51.14% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1912 is #D2E6ED. Grayscale: #1E1E1E. Windows color (decimal): -13821678 or 1186093. OLE color: 1186093.

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

Color convert

RGB452518-
CMYK00.440.60.82
HSL15.56º42.86%12.35%-
HSV(B)15.56º60%17.65%-
XYZ1.541.30.74-
YUV30.18121.13138.57-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 51.14%
GREEN value IS 25 (10.16% from 255) = 28.41%
BLUE value IS 18 (7.42% from 255) = 20.45%
R=51.14%
G=28.41%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.6
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45251800.440.60.8215.5642.8612.35
Hex2D191202C3C52102bc
Octal55312205474122205314
Binary101101110011001001011001111001010010100001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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