#1C110F

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

Shades of Seal Brown #1C110F

Tints of Seal Brown #1C110F

Color information

#1C110F (or 0x1C110F) is unknown color: approx Seal Brown. HEX triplet: 1C, 11 and 0F. RGB value is (28,17,15). Sum of RGB (Red+Green+Blue) = 28+17+15=60 (7% of max value = 765). Red value is 28 (11.33% from 255 or 46.67% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 15 (6.25% from 255 or 25% from 60); Max value from RGB is 28 - color contains mainly: red. Hex color #1C110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C110F is #E3EEF0. Grayscale: #141414. Windows color (decimal): -14937841 or 987420. OLE color: 987420.

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

Color convert

RGB281715-
CMYK00.390.460.89
HSL9.23º30.23%8.43%-
HSV(B)9.23º46.43%10.98%-
XYZ0.770.680.54-
YUV20.06125.14133.66-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 46.67%
GREEN value IS 17 (7.03% from 255) = 28.33%
BLUE value IS 15 (6.25% from 255) = 25%
R=46.67%
G=28.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28171500.390.460.899.2330.238.43
Hex1C11F0272E5991e8
Octal34211704756131113610
Binary11100100011111010011110111010110011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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