#1D0808

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

Shades of Seal Brown #1D0808

Tints of Seal Brown #1D0808

Color information

#1D0808 (or 0x1D0808) is unknown color: approx Seal Brown. HEX triplet: 1D, 08 and 08. RGB value is (29,8,8). Sum of RGB (Red+Green+Blue) = 29+8+8=45 (5% of max value = 765). Red value is 29 (11.72% from 255 or 64.44% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 8 (3.52% from 255 or 17.78% from 45); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0808 is #E2F7F7. Grayscale: #0E0E0E. Windows color (decimal): -14874616 or 526365. OLE color: 526365.

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

Color convert

RGB2988-
CMYK00.720.720.89
HSL56.76%7.25%-
HSV(B)72.41%11.37%-
XYZ0.640.450.28-
YUV14.28124.46138.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 64.44%
GREEN value IS 8 (3.52% from 255) = 17.78%
BLUE value IS 8 (3.52% from 255) = 17.78%
R=64.44%
G=17.78%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal298800.720.720.89056.767.25
Hex1D8804848590397
Octal35101001101101310717
Binary111011000100001001000100100010110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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