#2D1211

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

Shades of Seal Brown #2D1211

Tints of Seal Brown #2D1211

Color information

#2D1211 (or 0x2D1211) is unknown color: approx Seal Brown. HEX triplet: 2D, 12 and 11. RGB value is (45,18,17). Sum of RGB (Red+Green+Blue) = 45+18+17=80 (10% of max value = 765). Red value is 45 (17.97% from 255 or 56.25% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1211 is #D2EDEE. Grayscale: #191919. Windows color (decimal): -13823471 or 1118765. OLE color: 1118765.

HSL color Cylindrical-coordinate representation of color #2D1211: hue angle of 2.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 #2D1211 is Cyan = 0, Magento = 0.6, Yellow = 0.62 and Black (K on CMYK) = 0.82.

Color convert

RGB451817-
CMYK00.60.620.82
HSL2.14º45.16%12.16%-
HSV(B)2.14º62.22%17.65%-
XYZ1.41.030.66-
YUV25.96122.95141.58-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 56.25%
GREEN value IS 18 (7.42% from 255) = 22.5%
BLUE value IS 17 (7.03% from 255) = 21.25%
R=56.25%
G=22.5%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.62
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45181700.60.620.822.1445.1612.16
Hex2D121103C3E5222dc
Octal5522210747612225514
Binary101101100101000101111001111101010010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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