#1C1110

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

Shades of Seal Brown #1C1110

Tints of Seal Brown #1C1110

Color information

#1C1110 (or 0x1C1110) is unknown color: approx Seal Brown. HEX triplet: 1C, 11 and 10. RGB value is (28,17,16). Sum of RGB (Red+Green+Blue) = 28+17+16=61 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.90% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1110 is #E3EEEF. Grayscale: #141414. Windows color (decimal): -14937840 or 1052956. OLE color: 1052956.

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

Color convert

RGB281716-
CMYK00.390.430.89
HSL27.27%8.63%-
HSV(B)42.86%10.98%-
XYZ0.770.690.58-
YUV20.18125.64133.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 45.90%
GREEN value IS 17 (7.03% from 255) = 27.87%
BLUE value IS 16 (6.64% from 255) = 26.23%
R=45.90%
G=27.87%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28171600.390.430.89527.278.63
Hex1C11100272B5951b9
Octal3421200475313153311
Binary11100100011000001001111010111011001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,17,16); }

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

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

 a { background-color: rgb(28,17,16); }

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

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

 span { border-color: rgb(28,17,16); }

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