#1D1312

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

Shades of Seal Brown #1D1312

Tints of Seal Brown #1D1312

Color information

#1D1312 (or 0x1D1312) is unknown color: approx Seal Brown. HEX triplet: 1D, 13 and 12. RGB value is (29,19,18). Sum of RGB (Red+Green+Blue) = 29+19+18=66 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.94% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1312 is #E2ECED. Grayscale: #151515. Windows color (decimal): -14871790 or 1184541. OLE color: 1184541.

HSL color Cylindrical-coordinate representation of color #1D1312: hue angle of 5.45º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1D1312 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.89.

Color convert

RGB291918-
CMYK00.340.380.89
HSL5.45º23.4%9.22%-
HSV(B)5.45º37.93%11.37%-
XYZ0.850.770.68-
YUV21.88125.81133.08-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 43.94%
GREEN value IS 19 (7.81% from 255) = 28.79%
BLUE value IS 18 (7.42% from 255) = 27.27%
R=43.94%
G=28.79%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29191800.340.380.895.4523.49.22
Hex1D131202226595179
Octal3523220424613152711
Binary11101100111001001000101001101011001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D1312; }

 p { color: rgb(29,19,18); }

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

<style>
 a { background-color: #1D1312; }

 a { background-color: rgb(29,19,18); }

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

<style>
 span { border-color: #1D1312; }

 span { border-color: rgb(29,19,18); }

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