#18100F

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

Shades of Seal Brown #18100F

Tints of Seal Brown #18100F

Color information

#18100F (or 0x18100F) is unknown color: approx Seal Brown. HEX triplet: 18, 10 and 0F. RGB value is (24,16,15). Sum of RGB (Red+Green+Blue) = 24+16+15=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 24 - color contains mainly: red. Hex color #18100F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18100F is #E7EFF0. Grayscale: #121212. Windows color (decimal): -15200241 or 987160. OLE color: 987160.

HSL color Cylindrical-coordinate representation of color #18100F: hue angle of 6.67º 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 #18100F is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB241615-
CMYK00.330.370.91
HSL6.67º23.08%7.65%-
HSV(B)6.67º37.5%9.41%-
XYZ0.650.60.53-
YUV18.28126.15132.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 43.64%
GREEN value IS 16 (6.64% from 255) = 29.09%
BLUE value IS 15 (6.25% from 255) = 27.27%
R=43.64%
G=29.09%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24161500.330.370.916.6723.087.65
Hex1810F021255B7178
Octal3020170414513372710
Binary1100010000111101000011001011011011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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