#221716

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

Shades of Seal Brown #221716

Tints of Seal Brown #221716

Color information

#221716 (or 0x221716) is unknown color: approx Seal Brown. HEX triplet: 22, 17 and 16. RGB value is (34,23,22). Sum of RGB (Red+Green+Blue) = 34+23+22=79 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.04% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 34 - color contains mainly: red. Hex color #221716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221716 is #DDE8E9. Grayscale: #1A1A1A. Windows color (decimal): -14543082 or 1447714. OLE color: 1447714.

HSL color Cylindrical-coordinate representation of color #221716: hue angle of 5º 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 #221716 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.87.

Color convert

RGB342322-
CMYK00.320.350.87
HSL21.43%10.98%-
HSV(B)35.29%13.33%-
XYZ1.111.010.9-
YUV26.18125.64133.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 43.04%
GREEN value IS 23 (9.38% from 255) = 29.11%
BLUE value IS 22 (8.98% from 255) = 27.85%
R=43.04%
G=29.11%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34232200.320.350.87521.4310.98
Hex2217160202357515b
Octal4227260404312752513
Binary100010101111011001000001000111010111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221716; }

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

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

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

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

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

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

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

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