#16100E

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

Shades of Seal Brown #16100E

Tints of Seal Brown #16100E

Color information

#16100E (or 0x16100E) is unknown color: approx Seal Brown. HEX triplet: 16, 10 and 0E. RGB value is (22,16,14). Sum of RGB (Red+Green+Blue) = 22+16+14=52 (6% of max value = 765). Red value is 22 (8.98% from 255 or 42.31% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 22 - color contains mainly: red. Hex color #16100E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16100E is #E9EFF1. Grayscale: #111111. Windows color (decimal): -15331314 or 921622. OLE color: 921622.

HSL color Cylindrical-coordinate representation of color #16100E: hue angle of 15º degrees, saturation: 0.22, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #16100E is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.91.

Color convert

RGB221614-
CMYK00.270.360.91
HSL15º22.22%7.06%-
HSV(B)15º36.36%8.63%-
XYZ0.60.570.49-
YUV17.57125.99131.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 42.31%
GREEN value IS 16 (6.64% from 255) = 30.77%
BLUE value IS 14 (5.86% from 255) = 26.92%
R=42.31%
G=30.77%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22161400.270.360.911522.227.06
Hex1610E01B245Bf167
Octal2620160334413317267
Binary101101000011100110111001001011011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16100E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16100E; }

 p { color: rgb(22,16,14); }

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

<style>
 a { background-color: #16100E; }

 a { background-color: rgb(22,16,14); }

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

<style>
 span { border-color: #16100E; }

 span { border-color: rgb(22,16,14); }

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