#1D1210

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

Shades of Seal Brown #1D1210

Tints of Seal Brown #1D1210

Color information

#1D1210 (or 0x1D1210) is unknown color: approx Seal Brown. HEX triplet: 1D, 12 and 10. RGB value is (29,18,16). Sum of RGB (Red+Green+Blue) = 29+18+16=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1210 is #E2EDEF. Grayscale: #151515. Windows color (decimal): -14872048 or 1053213. OLE color: 1053213.

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

Color convert

RGB291816-
CMYK00.380.450.89
HSL9.23º28.89%8.82%-
HSV(B)9.23º44.83%11.37%-
XYZ0.820.730.59-
YUV21.06125.14133.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 46.03%
GREEN value IS 18 (7.42% from 255) = 28.57%
BLUE value IS 16 (6.64% from 255) = 25.40%
R=46.03%
G=28.57%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29181600.380.450.899.2328.898.82
Hex1D12100262D5991d9
Octal35222004655131113511
Binary111011001010000010011010110110110011001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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