#1D0804

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

Shades of Seal Brown #1D0804

Tints of Seal Brown #1D0804

Color information

#1D0804 (or 0x1D0804) is unknown color: approx Seal Brown. HEX triplet: 1D, 08 and 04. RGB value is (29,8,4). Sum of RGB (Red+Green+Blue) = 29+8+4=41 (5% of max value = 765). Red value is 29 (11.72% from 255 or 70.73% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 4 (1.95% from 255 or 9.76% from 41); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0804 is #E2F7FB. Grayscale: #0D0D0D. Windows color (decimal): -14874620 or 264221. OLE color: 264221.

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

Color convert

RGB2984-
CMYK00.720.860.89
HSL9.6º75.76%6.47%-
HSV(B)9.6º86.21%11.37%-
XYZ0.620.440.17-
YUV13.82122.46138.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 70.73%
GREEN value IS 8 (3.52% from 255) = 19.51%
BLUE value IS 4 (1.95% from 255) = 9.76%
R=70.73%
G=19.51%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal298400.720.860.899.675.766.47
Hex1D840485659a4c6
Octal351040110126131121146
Binary111011000100010010001010110101100110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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