#2D1717

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

Shades of Seal Brown #2D1717

Tints of Seal Brown #2D1717

Color information

#2D1717 (or 0x2D1717) is unknown color: approx Seal Brown. HEX triplet: 2D, 17 and 17. RGB value is (45,23,23). Sum of RGB (Red+Green+Blue) = 45+23+23=91 (12% of max value = 765). Red value is 45 (17.97% from 255 or 49.45% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1717 is #D2E8E8. Grayscale: #1D1D1D. Windows color (decimal): -13822185 or 1513261. OLE color: 1513261.

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

Color convert

RGB452323-
CMYK00.490.490.82
HSL32.35%13.33%-
HSV(B)48.89%17.65%-
XYZ1.541.230.97-
YUV29.58124.29139-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 49.45%
GREEN value IS 23 (9.38% from 255) = 25.27%
BLUE value IS 23 (9.38% from 255) = 25.27%
R=49.45%
G=25.27%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45232300.490.490.82032.3513.33
Hex2D17170313152020d
Octal5527270616112204015
Binary10110110111101110110001110001101001001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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