#1D120F

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

Shades of Seal Brown #1D120F

Tints of Seal Brown #1D120F

Color information

#1D120F (or 0x1D120F) is unknown color: approx Seal Brown. HEX triplet: 1D, 12 and 0F. RGB value is (29,18,15). Sum of RGB (Red+Green+Blue) = 29+18+15=62 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.77% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 29 - color contains mainly: red. Hex color #1D120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D120F is #E2EDF0. Grayscale: #141414. Windows color (decimal): -14872049 or 987677. OLE color: 987677.

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

Color convert

RGB291815-
CMYK00.380.480.89
HSL12.86º31.82%8.63%-
HSV(B)12.86º48.28%11.37%-
XYZ0.810.730.55-
YUV20.95124.64133.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 46.77%
GREEN value IS 18 (7.42% from 255) = 29.03%
BLUE value IS 15 (6.25% from 255) = 24.19%
R=46.77%
G=29.03%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29181500.380.480.8912.8631.828.63
Hex1D12F0263059d209
Octal35221704660131154011
Binary111011001011110100110110000101100111011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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