#2D1712

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

Shades of Seal Brown #2D1712

Tints of Seal Brown #2D1712

Color information

#2D1712 (or 0x2D1712) is unknown color: approx Seal Brown. HEX triplet: 2D, 17 and 12. RGB value is (45,23,18). Sum of RGB (Red+Green+Blue) = 45+23+18=86 (11% of max value = 765). Red value is 45 (17.97% from 255 or 52.33% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1712 is #D2E8ED. Grayscale: #1D1D1D. Windows color (decimal): -13822190 or 1185581. OLE color: 1185581.

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

Color convert

RGB452318-
CMYK00.490.60.82
HSL11.11º42.86%12.35%-
HSV(B)11.11º60%17.65%-
XYZ1.51.210.73-
YUV29.01121.79139.41-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 52.33%
GREEN value IS 23 (9.38% from 255) = 26.74%
BLUE value IS 18 (7.42% from 255) = 20.93%
R=52.33%
G=26.74%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.6
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45231800.490.60.8211.1142.8612.35
Hex2D17120313C52b2bc
Octal55272206174122135314
Binary10110110111100100110001111100101001010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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