#1D0B09

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

Shades of Seal Brown #1D0B09

Tints of Seal Brown #1D0B09

Color information

#1D0B09 (or 0x1D0B09) is unknown color: approx Seal Brown. HEX triplet: 1D, 0B and 09. RGB value is (29,11,9). Sum of RGB (Red+Green+Blue) = 29+11+9=49 (6% of max value = 765). Red value is 29 (11.72% from 255 or 59.18% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0B09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0B09 is #E2F4F6. Grayscale: #101010. Windows color (decimal): -14873847 or 592669. OLE color: 592669.

HSL color Cylindrical-coordinate representation of color #1D0B09: hue angle of 6º 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 #1D0B09 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.89.

Color convert

RGB29119-
CMYK00.620.690.89
HSL52.63%7.45%-
HSV(B)68.97%11.37%-
XYZ0.680.520.32-
YUV16.15123.96137.16-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 59.18%
GREEN value IS 11 (4.69% from 255) = 22.45%
BLUE value IS 9 (3.91% from 255) = 18.37%
R=59.18%
G=22.45%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2911900.620.690.89652.637.45
Hex1DB903E45596357
Octal3513110761051316657
Binary1110110111001011111010001011011001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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