#1D0F09

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

Shades of Seal Brown #1D0F09

Tints of Seal Brown #1D0F09

Color information

#1D0F09 (or 0x1D0F09) is unknown color: approx Seal Brown. HEX triplet: 1D, 0F and 09. RGB value is (29,15,9). Sum of RGB (Red+Green+Blue) = 29+15+9=53 (7% of max value = 765). Red value is 29 (11.72% from 255 or 54.72% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F09 is #E2F0F6. Grayscale: #121212. Windows color (decimal): -14872823 or 593693. OLE color: 593693.

HSL color Cylindrical-coordinate representation of color #1D0F09: hue angle of 18º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D0F09 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.89.

Color convert

RGB29159-
CMYK00.480.690.89
HSL18º52.63%7.45%-
HSV(B)18º68.97%11.37%-
XYZ0.730.620.34-
YUV18.5122.64135.49-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 54.72%
GREEN value IS 15 (6.25% from 255) = 28.30%
BLUE value IS 9 (3.91% from 255) = 16.98%
R=54.72%
G=28.30%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2915900.480.690.891852.637.45
Hex1DF9030455912357
Octal35171106010513122657
Binary111011111100101100001000101101100110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,15,9); }

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

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

 a { background-color: rgb(29,15,9); }

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

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

 span { border-color: rgb(29,15,9); }

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