#1D0D08

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

Shades of Seal Brown #1D0D08

Tints of Seal Brown #1D0D08

Color information

#1D0D08 (or 0x1D0D08) is unknown color: approx Seal Brown. HEX triplet: 1D, 0D and 08. RGB value is (29,13,8). Sum of RGB (Red+Green+Blue) = 29+13+8=50 (6% of max value = 765). Red value is 29 (11.72% from 255 or 58% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0D08 is #E2F2F7. Grayscale: #111111. Windows color (decimal): -14873336 or 527645. OLE color: 527645.

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

Color convert

RGB29138-
CMYK00.550.720.89
HSL14.29º56.76%7.25%-
HSV(B)14.29º72.41%11.37%-
XYZ0.690.570.3-
YUV17.21122.8136.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 58%
GREEN value IS 13 (5.47% from 255) = 26%
BLUE value IS 8 (3.52% from 255) = 16%
R=58%
G=26%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2913800.550.720.8914.2956.767.25
Hex1DD80374859e397
Octal35151006711013116717
Binary11101110110000110111100100010110011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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