#2D1511

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

Shades of Seal Brown #2D1511

Tints of Seal Brown #2D1511

Color information

#2D1511 (or 0x2D1511) is unknown color: approx Seal Brown. HEX triplet: 2D, 15 and 11. RGB value is (45,21,17). Sum of RGB (Red+Green+Blue) = 45+21+17=83 (10% of max value = 765). Red value is 45 (17.97% from 255 or 54.22% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1511 is #D2EAEE. Grayscale: #1B1B1B. Windows color (decimal): -13822703 or 1119533. OLE color: 1119533.

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

Color convert

RGB452117-
CMYK00.530.620.82
HSL8.57º45.16%12.16%-
HSV(B)8.57º62.22%17.65%-
XYZ1.451.130.67-
YUV27.72121.95140.33-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 54.22%
GREEN value IS 21 (8.59% from 255) = 25.30%
BLUE value IS 17 (7.03% from 255) = 20.48%
R=54.22%
G=25.30%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45211700.530.620.828.5745.1612.16
Hex2D15110353E5292dc
Octal55252106576122115514
Binary10110110101100010110101111110101001010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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