#160F0D

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

Shades of Seal Brown #160F0D

Tints of Seal Brown #160F0D

Color information

#160F0D (or 0x160F0D) is unknown color: approx Seal Brown. HEX triplet: 16, 0F and 0D. RGB value is (22,15,13). Sum of RGB (Red+Green+Blue) = 22+15+13=50 (6% of max value = 765). Red value is 22 (8.98% from 255 or 44% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 22 - color contains mainly: red. Hex color #160F0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160F0D is #E9F0F2. Grayscale: #101010. Windows color (decimal): -15331571 or 855830. OLE color: 855830.

HSL color Cylindrical-coordinate representation of color #160F0D: hue angle of 13.33º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #160F0D is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.91.

Color convert

RGB221513-
CMYK00.320.410.91
HSL13.33º25.71%6.86%-
HSV(B)13.33º40.91%8.63%-
XYZ0.570.540.45-
YUV16.86125.82131.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 44%
GREEN value IS 15 (6.25% from 255) = 30%
BLUE value IS 13 (5.47% from 255) = 26%
R=44%
G=30%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22151300.320.410.9113.3325.716.86
Hex16FD020295Bd1a7
Octal2617150405113315327
Binary101101111110101000001010011011011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160F0D; }

 p { color: rgb(22,15,13); }

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

<style>
 a { background-color: #160F0D; }

 a { background-color: rgb(22,15,13); }

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

<style>
 span { border-color: #160F0D; }

 span { border-color: rgb(22,15,13); }

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