#221010

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

Shades of Seal Brown #221010

Tints of Seal Brown #221010

Color information

#221010 (or 0x221010) is unknown color: approx Seal Brown. HEX triplet: 22, 10 and 10. RGB value is (34,16,16). Sum of RGB (Red+Green+Blue) = 34+16+16=66 (8% of max value = 765). Red value is 34 (13.67% from 255 or 51.52% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 34 - color contains mainly: red. Hex color #221010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221010 is #DDEFEF. Grayscale: #151515. Windows color (decimal): -14544880 or 1052706. OLE color: 1052706.

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

Color convert

RGB341616-
CMYK00.530.530.87
HSL36%9.8%-
HSV(B)52.94%13.33%-
XYZ0.940.750.59-
YUV21.38124.96137-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 51.52%
GREEN value IS 16 (6.64% from 255) = 24.24%
BLUE value IS 16 (6.64% from 255) = 24.24%
R=51.52%
G=24.24%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34161600.530.530.870369.8
Hex2210100353557024a
Octal4220200656512704412
Binary10001010000100000110101110101101011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221010; }

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

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

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

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

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

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

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

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