#1D0905

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

Shades of Seal Brown #1D0905

Tints of Seal Brown #1D0905

Color information

#1D0905 (or 0x1D0905) is unknown color: approx Seal Brown. HEX triplet: 1D, 09 and 05. RGB value is (29,9,5). Sum of RGB (Red+Green+Blue) = 29+9+5=43 (5% of max value = 765). Red value is 29 (11.72% from 255 or 67.44% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 5 (2.34% from 255 or 11.63% from 43); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0905 is #E2F6FA. Grayscale: #0E0E0E. Windows color (decimal): -14874363 or 330013. OLE color: 330013.

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

Color convert

RGB2995-
CMYK00.690.830.89
HSL10º70.59%6.67%-
HSV(B)10º82.76%11.37%-
XYZ0.630.470.2-
YUV14.52122.63138.33-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 67.44%
GREEN value IS 9 (3.91% from 255) = 20.93%
BLUE value IS 5 (2.34% from 255) = 11.63%
R=67.44%
G=20.93%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal299500.690.830.891070.596.67
Hex1D950455359a477
Octal351150105123131121077
Binary111011001101010001011010011101100110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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