#1D0703

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

Shades of Seal Brown #1D0703

Tints of Seal Brown #1D0703

Color information

#1D0703 (or 0x1D0703) is unknown color: approx Seal Brown. HEX triplet: 1D, 07 and 03. RGB value is (29,7,3). Sum of RGB (Red+Green+Blue) = 29+7+3=39 (5% of max value = 765). Red value is 29 (11.72% from 255 or 74.36% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 3 (1.56% from 255 or 7.69% from 39); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0703 is #E2F8FC. Grayscale: #0D0D0D. Windows color (decimal): -14874877 or 198429. OLE color: 198429.

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

Color convert

RGB2973-
CMYK00.760.900.89
HSL9.23º81.25%6.27%-
HSV(B)9.23º89.66%11.37%-
XYZ0.60.420.14-
YUV13.12122.29139.33-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 74.36%
GREEN value IS 7 (3.12% from 255) = 17.95%
BLUE value IS 3 (1.56% from 255) = 7.69%
R=74.36%
G=17.95%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal297300.760.900.899.2381.256.27
Hex1D7304C5A599516
Octal35730114132131111216
Binary1110111111010011001011010101100110011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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