#18110F

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

Shades of Seal Brown #18110F

Tints of Seal Brown #18110F

Color information

#18110F (or 0x18110F) is unknown color: approx Seal Brown. HEX triplet: 18, 11 and 0F. RGB value is (24,17,15). Sum of RGB (Red+Green+Blue) = 24+17+15=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 24 - color contains mainly: red. Hex color #18110F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18110F is #E7EEF0. Grayscale: #121212. Windows color (decimal): -15199985 or 987416. OLE color: 987416.

HSL color Cylindrical-coordinate representation of color #18110F: hue angle of 13.33º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #18110F is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB241715-
CMYK00.290.370.91
HSL13.33º23.08%7.65%-
HSV(B)13.33º37.5%9.41%-
XYZ0.660.630.54-
YUV18.87125.82131.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 42.86%
GREEN value IS 17 (7.03% from 255) = 30.36%
BLUE value IS 15 (6.25% from 255) = 26.79%
R=42.86%
G=30.36%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24171500.290.370.9113.3323.087.65
Hex1811F01D255Bd178
Octal30211703545133152710
Binary1100010001111101110110010110110111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18110F; }

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

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

<style>
 a { background-color: #18110F; }

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

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

<style>
 span { border-color: #18110F; }

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

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