#15100F

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

Shades of Seal Brown #15100F

Tints of Seal Brown #15100F

Color information

#15100F (or 0x15100F) is unknown color: approx Seal Brown. HEX triplet: 15, 10 and 0F. RGB value is (21,16,15). Sum of RGB (Red+Green+Blue) = 21+16+15=52 (6% of max value = 765). Red value is 21 (8.59% from 255 or 40.38% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 21 - color contains mainly: red. Hex color #15100F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15100F is #EAEFF0. Grayscale: #111111. Windows color (decimal): -15396849 or 987157. OLE color: 987157.

HSL color Cylindrical-coordinate representation of color #15100F: hue angle of 10º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #15100F is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.92.

Color convert

RGB211615-
CMYK00.240.290.92
HSL10º16.67%7.06%-
HSV(B)10º28.57%8.24%-
XYZ0.580.560.53-
YUV17.38126.66130.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 40.38%
GREEN value IS 16 (6.64% from 255) = 30.77%
BLUE value IS 15 (6.25% from 255) = 28.85%
R=40.38%
G=30.77%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21161500.240.290.921016.677.06
Hex1510F0181D5Ca117
Octal2520170303513412217
Binary10101100001111011000111011011100101010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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