#221411

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

Shades of Seal Brown #221411

Tints of Seal Brown #221411

Color information

#221411 (or 0x221411) is unknown color: approx Seal Brown. HEX triplet: 22, 14 and 11. RGB value is (34,20,17). Sum of RGB (Red+Green+Blue) = 34+20+17=71 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.89% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 34 - color contains mainly: red. Hex color #221411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221411 is #DDEBEE. Grayscale: #171717. Windows color (decimal): -14543855 or 1119266. OLE color: 1119266.

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

Color convert

RGB342017-
CMYK00.410.500.87
HSL10.59º33.33%10%-
HSV(B)10.59º50%13.33%-
XYZ1.010.880.65-
YUV23.84124.14135.24-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 47.89%
GREEN value IS 20 (8.20% from 255) = 28.17%
BLUE value IS 17 (7.03% from 255) = 23.94%
R=47.89%
G=28.17%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34201700.410.500.8710.5933.3310
Hex2214110293257b21a
Octal42242105162127134112
Binary10001010100100010101001110010101011110111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221411; }

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

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

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

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

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

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

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

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