#1D0A08

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

Shades of Seal Brown #1D0A08

Tints of Seal Brown #1D0A08

Color information

#1D0A08 (or 0x1D0A08) is unknown color: approx Seal Brown. HEX triplet: 1D, 0A and 08. RGB value is (29,10,8). Sum of RGB (Red+Green+Blue) = 29+10+8=47 (6% of max value = 765). Red value is 29 (11.72% from 255 or 61.70% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0A08 is #E2F5F7. Grayscale: #0F0F0F. Windows color (decimal): -14874104 or 526877. OLE color: 526877.

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

Color convert

RGB29108-
CMYK00.660.720.89
HSL5.71º56.76%7.25%-
HSV(B)5.71º72.41%11.37%-
XYZ0.660.50.29-
YUV15.45123.79137.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 61.70%
GREEN value IS 10 (4.30% from 255) = 21.28%
BLUE value IS 8 (3.52% from 255) = 17.02%
R=61.70%
G=21.28%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2910800.660.720.895.7156.767.25
Hex1DA804248596397
Octal35121001021101316717
Binary11101101010000100001010010001011001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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