#2D1711

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

Shades of Seal Brown #2D1711

Tints of Seal Brown #2D1711

Color information

#2D1711 (or 0x2D1711) is unknown color: approx Seal Brown. HEX triplet: 2D, 17 and 11. RGB value is (45,23,17). Sum of RGB (Red+Green+Blue) = 45+23+17=85 (11% of max value = 765). Red value is 45 (17.97% from 255 or 52.94% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1711 is #D2E8EE. Grayscale: #1C1C1C. Windows color (decimal): -13822191 or 1120045. OLE color: 1120045.

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

Color convert

RGB452317-
CMYK00.490.620.82
HSL12.86º45.16%12.16%-
HSV(B)12.86º62.22%17.65%-
XYZ1.491.210.69-
YUV28.89121.29139.49-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 52.94%
GREEN value IS 23 (9.38% from 255) = 27.06%
BLUE value IS 17 (7.03% from 255) = 20%
R=52.94%
G=27.06%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45231700.490.620.8212.8645.1612.16
Hex2D17110313E52d2dc
Octal55272106176122155514
Binary10110110111100010110001111110101001011011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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