#1C120E

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

Shades of Seal Brown #1C120E

Tints of Seal Brown #1C120E

Color information

#1C120E (or 0x1C120E) is unknown color: approx Seal Brown. HEX triplet: 1C, 12 and 0E. RGB value is (28,18,14). Sum of RGB (Red+Green+Blue) = 28+18+14=60 (7% of max value = 765). Red value is 28 (11.33% from 255 or 46.67% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 14 (5.86% from 255 or 23.33% from 60); Max value from RGB is 28 - color contains mainly: red. Hex color #1C120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C120E is #E3EDF1. Grayscale: #141414. Windows color (decimal): -14937586 or 922140. OLE color: 922140.

HSL color Cylindrical-coordinate representation of color #1C120E: hue angle of 17.14º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1C120E is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.89.

Color convert

RGB281814-
CMYK00.360.500.89
HSL17.14º33.33%8.24%-
HSV(B)17.14º50%10.98%-
XYZ0.770.710.51-
YUV20.53124.31133.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 46.67%
GREEN value IS 18 (7.42% from 255) = 30%
BLUE value IS 14 (5.86% from 255) = 23.33%
R=46.67%
G=30%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28181400.360.500.8917.1433.338.24
Hex1C12E024325911218
Octal34221604462131214110
Binary1110010010111001001001100101011001100011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,18,14); }

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

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

 a { background-color: rgb(28,18,14); }

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

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

 span { border-color: rgb(28,18,14); }

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