#1D0802

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

Shades of Seal Brown #1D0802

Tints of Seal Brown #1D0802

Color information

#1D0802 (or 0x1D0802) is unknown color: approx Seal Brown. HEX triplet: 1D, 08 and 02. RGB value is (29,8,2). Sum of RGB (Red+Green+Blue) = 29+8+2=39 (5% of max value = 765). Red value is 29 (11.72% from 255 or 74.36% from 39); Green value is 8 (3.52% from 255 or 20.51% from 39); Blue value is 2 (1.17% from 255 or 5.13% from 39); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0802 is #E2F7FD. Grayscale: #0D0D0D. Windows color (decimal): -14874622 or 133149. OLE color: 133149.

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

Color convert

RGB2982-
CMYK00.720.930.89
HSL13.33º87.1%6.08%-
HSV(B)13.33º93.1%11.37%-
XYZ0.60.440.11-
YUV13.6121.46138.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 74.36%
GREEN value IS 8 (3.52% from 255) = 20.51%
BLUE value IS 2 (1.17% from 255) = 5.13%
R=74.36%
G=20.51%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal298200.720.930.8913.3387.16.08
Hex1D820485D59d576
Octal351020110135131151276
Binary11101100010010010001011101101100111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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