#1D0E0C

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

Shades of Seal Brown #1D0E0C

Tints of Seal Brown #1D0E0C

Color information

#1D0E0C (or 0x1D0E0C) is unknown color: approx Seal Brown. HEX triplet: 1D, 0E and 0C. RGB value is (29,14,12). Sum of RGB (Red+Green+Blue) = 29+14+12=55 (7% of max value = 765). Red value is 29 (11.72% from 255 or 52.73% from 55); Green value is 14 (5.86% from 255 or 25.45% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0E0C is #E2F1F3. Grayscale: #121212. Windows color (decimal): -14873076 or 790045. OLE color: 790045.

HSL color Cylindrical-coordinate representation of color #1D0E0C: hue angle of 7.06º degrees, saturation: 0.41, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D0E0C is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.89.

Color convert

RGB291412-
CMYK00.520.590.89
HSL7.06º41.46%8.04%-
HSV(B)7.06º58.62%11.37%-
XYZ0.730.60.43-
YUV18.26124.47135.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 52.73%
GREEN value IS 14 (5.86% from 255) = 25.45%
BLUE value IS 12 (5.08% from 255) = 21.82%
R=52.73%
G=25.45%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29141200.520.590.897.0641.468.04
Hex1DEC0343B597298
Octal3516140647313175110
Binary1110111101100011010011101110110011111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,14,12); }

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

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

 a { background-color: rgb(29,14,12); }

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

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

 span { border-color: rgb(29,14,12); }

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