#1D0A03

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

Shades of Seal Brown #1D0A03

Tints of Seal Brown #1D0A03

Color information

#1D0A03 (or 0x1D0A03) is unknown color: approx Seal Brown. HEX triplet: 1D, 0A and 03. RGB value is (29,10,3). Sum of RGB (Red+Green+Blue) = 29+10+3=42 (5% of max value = 765). Red value is 29 (11.72% from 255 or 69.05% from 42); Green value is 10 (4.30% from 255 or 23.81% from 42); Blue value is 3 (1.56% from 255 or 7.14% from 42); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0A03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0A03 is #E2F5FC. Grayscale: #0E0E0E. Windows color (decimal): -14874109 or 199197. OLE color: 199197.

HSL color Cylindrical-coordinate representation of color #1D0A03: hue angle of 16.15º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D0A03 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.89.

Color convert

RGB29103-
CMYK00.660.900.89
HSL16.15º81.25%6.27%-
HSV(B)16.15º89.66%11.37%-
XYZ0.630.480.15-
YUV14.88121.29138.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 69.05%
GREEN value IS 10 (4.30% from 255) = 23.81%
BLUE value IS 3 (1.56% from 255) = 7.14%
R=69.05%
G=23.81%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2910300.660.900.8916.1581.256.27
Hex1DA30425A5910516
Octal351230102132131201216
Binary111011010110100001010110101011001100001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,10,3); }

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

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

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

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

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

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

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