#1D100A

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

Shades of Seal Brown #1D100A

Tints of Seal Brown #1D100A

Color information

#1D100A (or 0x1D100A) is unknown color: approx Seal Brown. HEX triplet: 1D, 10 and 0A. RGB value is (29,16,10). Sum of RGB (Red+Green+Blue) = 29+16+10=55 (7% of max value = 765). Red value is 29 (11.72% from 255 or 52.73% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 29 - color contains mainly: red. Hex color #1D100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D100A is #E2EFF5. Grayscale: #131313. Windows color (decimal): -14872566 or 659485. OLE color: 659485.

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

Color convert

RGB291610-
CMYK00.450.660.89
HSL18.95º48.72%7.65%-
HSV(B)18.95º65.52%11.37%-
XYZ0.750.650.37-
YUV19.2122.81134.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 52.73%
GREEN value IS 16 (6.64% from 255) = 29.09%
BLUE value IS 10 (4.30% from 255) = 18.18%
R=52.73%
G=29.09%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29161000.450.660.8918.9548.727.65
Hex1D10A02D425913318
Octal352012055102131236110
Binary11101100001010010110110000101011001100111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D100A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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