#1D0D04

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

Shades of Seal Brown #1D0D04

Tints of Seal Brown #1D0D04

Color information

#1D0D04 (or 0x1D0D04) is unknown color: approx Seal Brown. HEX triplet: 1D, 0D and 04. RGB value is (29,13,4). Sum of RGB (Red+Green+Blue) = 29+13+4=46 (6% of max value = 765). Red value is 29 (11.72% from 255 or 63.04% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0D04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0D04 is #E2F2FB. Grayscale: #101010. Windows color (decimal): -14873340 or 265501. OLE color: 265501.

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

Color convert

RGB29134-
CMYK00.550.860.89
HSL21.6º75.76%6.47%-
HSV(B)21.6º86.21%11.37%-
XYZ0.670.560.19-
YUV16.76120.8136.73-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 63.04%
GREEN value IS 13 (5.47% from 255) = 28.26%
BLUE value IS 4 (1.95% from 255) = 8.70%
R=63.04%
G=28.26%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2913400.550.860.8921.675.766.47
Hex1DD40375659164c6
Octal35154067126131261146
Binary111011101100011011110101101011001101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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