#1D0A05

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

Shades of Seal Brown #1D0A05

Tints of Seal Brown #1D0A05

Color information

#1D0A05 (or 0x1D0A05) is unknown color: approx Seal Brown. HEX triplet: 1D, 0A and 05. RGB value is (29,10,5). Sum of RGB (Red+Green+Blue) = 29+10+5=44 (5% of max value = 765). Red value is 29 (11.72% from 255 or 65.91% from 44); Green value is 10 (4.30% from 255 or 22.73% from 44); Blue value is 5 (2.34% from 255 or 11.36% from 44); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0A05 is #E2F5FA. Grayscale: #0F0F0F. Windows color (decimal): -14874107 or 330269. OLE color: 330269.

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

Color convert

RGB29105-
CMYK00.660.830.89
HSL12.5º70.59%6.67%-
HSV(B)12.5º82.76%11.37%-
XYZ0.640.490.2-
YUV15.11122.29137.91-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 65.91%
GREEN value IS 10 (4.30% from 255) = 22.73%
BLUE value IS 5 (2.34% from 255) = 11.36%
R=65.91%
G=22.73%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2910500.660.830.8912.570.596.67
Hex1DA50425359d477
Octal351250102123131151077
Binary111011010101010000101010011101100111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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