#1D0A09

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

Shades of Seal Brown #1D0A09

Tints of Seal Brown #1D0A09

Color information

#1D0A09 (or 0x1D0A09) is unknown color: approx Seal Brown. HEX triplet: 1D, 0A and 09. RGB value is (29,10,9). Sum of RGB (Red+Green+Blue) = 29+10+9=48 (6% of max value = 765). Red value is 29 (11.72% from 255 or 60.42% from 48); Green value is 10 (4.30% from 255 or 20.83% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0A09 is #E2F5F6. Grayscale: #0F0F0F. Windows color (decimal): -14874103 or 592413. OLE color: 592413.

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

Color convert

RGB29109-
CMYK00.660.690.89
HSL52.63%7.45%-
HSV(B)68.97%11.37%-
XYZ0.660.50.32-
YUV15.57124.29137.58-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 60.42%
GREEN value IS 10 (4.30% from 255) = 20.83%
BLUE value IS 9 (3.91% from 255) = 18.75%
R=60.42%
G=20.83%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2910900.660.690.89352.637.45
Hex1DA904245593357
Octal35121101021051313657
Binary1110110101001010000101000101101100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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