#1D120E

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

Shades of Seal Brown #1D120E

Tints of Seal Brown #1D120E

Color information

#1D120E (or 0x1D120E) is unknown color: approx Seal Brown. HEX triplet: 1D, 12 and 0E. RGB value is (29,18,14). Sum of RGB (Red+Green+Blue) = 29+18+14=61 (8% of max value = 765). Red value is 29 (11.72% from 255 or 47.54% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 14 (5.86% from 255 or 22.95% from 61); Max value from RGB is 29 - color contains mainly: red. Hex color #1D120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D120E is #E2EDF1. Grayscale: #141414. Windows color (decimal): -14872050 or 922141. OLE color: 922141.

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

Color convert

RGB291814-
CMYK00.380.520.89
HSL16º34.88%8.43%-
HSV(B)16º51.72%11.37%-
XYZ0.80.730.51-
YUV20.83124.14133.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 47.54%
GREEN value IS 18 (7.42% from 255) = 29.51%
BLUE value IS 14 (5.86% from 255) = 22.95%
R=47.54%
G=29.51%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29181400.380.520.891634.888.43
Hex1D12E026345910238
Octal35221604664131204310
Binary1110110010111001001101101001011001100001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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