#221616

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

Shades of Seal Brown #221616

Tints of Seal Brown #221616

Color information

#221616 (or 0x221616) is unknown color: approx Seal Brown. HEX triplet: 22, 16 and 16. RGB value is (34,22,22). Sum of RGB (Red+Green+Blue) = 34+22+22=78 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.59% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 34 - color contains mainly: red. Hex color #221616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221616 is #DDE9E9. Grayscale: #191919. Windows color (decimal): -14543338 or 1447458. OLE color: 1447458.

HSL color Cylindrical-coordinate representation of color #221616: hue angle of 0º degrees, saturation: 0.21, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #221616 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.87.

Color convert

RGB342222-
CMYK00.350.350.87
HSL21.43%10.98%-
HSV(B)35.29%13.33%-
XYZ1.090.970.89-
YUV25.59125.98134-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 43.59%
GREEN value IS 22 (8.98% from 255) = 28.21%
BLUE value IS 22 (8.98% from 255) = 28.21%
R=43.59%
G=28.21%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34222200.350.350.87021.4310.98
Hex2216160232357015b
Octal4226260434312702513
Binary1000101011010110010001110001110101110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221616; }

 p { color: rgb(34,22,22); }

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

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

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

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

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

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

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