#1D0E08

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

Shades of Seal Brown #1D0E08

Tints of Seal Brown #1D0E08

Color information

#1D0E08 (or 0x1D0E08) is unknown color: approx Seal Brown. HEX triplet: 1D, 0E and 08. RGB value is (29,14,8). Sum of RGB (Red+Green+Blue) = 29+14+8=51 (6% of max value = 765). Red value is 29 (11.72% from 255 or 56.86% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 8 (3.52% from 255 or 15.69% from 51); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0E08 is #E2F1F7. Grayscale: #111111. Windows color (decimal): -14873080 or 527901. OLE color: 527901.

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

Color convert

RGB29148-
CMYK00.520.720.89
HSL17.14º56.76%7.25%-
HSV(B)17.14º72.41%11.37%-
XYZ0.710.590.31-
YUV17.8122.47135.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 56.86%
GREEN value IS 14 (5.86% from 255) = 27.45%
BLUE value IS 8 (3.52% from 255) = 15.69%
R=56.86%
G=27.45%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.72
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2914800.520.720.8917.1456.767.25
Hex1DE8034485911397
Octal35161006411013121717
Binary111011110100001101001001000101100110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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