#1D0B0A

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

Shades of Seal Brown #1D0B0A

Tints of Seal Brown #1D0B0A

Color information

#1D0B0A (or 0x1D0B0A) is unknown color: approx Seal Brown. HEX triplet: 1D, 0B and 0A. RGB value is (29,11,10). Sum of RGB (Red+Green+Blue) = 29+11+10=50 (6% of max value = 765). Red value is 29 (11.72% from 255 or 58% from 50); Green value is 11 (4.69% from 255 or 22% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0B0A is #E2F4F5. Grayscale: #101010. Windows color (decimal): -14873846 or 658205. OLE color: 658205.

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

Color convert

RGB291110-
CMYK00.620.660.89
HSL3.16º48.72%7.65%-
HSV(B)3.16º65.52%11.37%-
XYZ0.680.520.35-
YUV16.27124.46137.08-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 58%
GREEN value IS 11 (4.69% from 255) = 22%
BLUE value IS 10 (4.30% from 255) = 20%
R=58%
G=22%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29111000.620.660.893.1648.727.65
Hex1DBA03E42593318
Octal35131207610213136110
Binary1110110111010011111010000101011001111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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