#221410

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

Shades of Seal Brown #221410

Tints of Seal Brown #221410

Color information

#221410 (or 0x221410) is unknown color: approx Seal Brown. HEX triplet: 22, 14 and 10. RGB value is (34,20,16). Sum of RGB (Red+Green+Blue) = 34+20+16=70 (9% of max value = 765). Red value is 34 (13.67% from 255 or 48.57% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 34 - color contains mainly: red. Hex color #221410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221410 is #DDEBEF. Grayscale: #171717. Windows color (decimal): -14543856 or 1053730. OLE color: 1053730.

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

Color convert

RGB342016-
CMYK00.410.530.87
HSL13.33º36%9.8%-
HSV(B)13.33º52.94%13.33%-
XYZ10.880.61-
YUV23.73123.64135.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 48.57%
GREEN value IS 20 (8.20% from 255) = 28.57%
BLUE value IS 16 (6.64% from 255) = 22.86%
R=48.57%
G=28.57%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34201600.410.530.8713.33369.8
Hex2214100293557d24a
Octal42242005165127154412
Binary10001010100100000101001110101101011111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221410; }

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

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

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

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

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

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

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

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