#1D1010

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

Shades of Seal Brown #1D1010

Tints of Seal Brown #1D1010

Color information

#1D1010 (or 0x1D1010) is unknown color: approx Seal Brown. HEX triplet: 1D, 10 and 10. RGB value is (29,16,16). Sum of RGB (Red+Green+Blue) = 29+16+16=61 (8% of max value = 765). Red value is 29 (11.72% from 255 or 47.54% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1010 is #E2EFEF. Grayscale: #131313. Windows color (decimal): -14872560 or 1052701. OLE color: 1052701.

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

Color convert

RGB291616-
CMYK00.450.450.89
HSL28.89%8.82%-
HSV(B)44.83%11.37%-
XYZ0.790.670.58-
YUV19.89125.81134.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 47.54%
GREEN value IS 16 (6.64% from 255) = 26.23%
BLUE value IS 16 (6.64% from 255) = 26.23%
R=47.54%
G=26.23%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29161600.450.450.89028.898.82
Hex1D101002D2D5901d9
Octal3520200555513103511
Binary111011000010000010110110110110110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,16,16); }

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

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

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

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

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

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

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