#211109

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

Shades of Seal Brown #211109

Tints of Seal Brown #211109

Color information

#211109 (or 0x211109) is unknown color: approx Seal Brown. HEX triplet: 21, 11 and 09. RGB value is (33,17,9). Sum of RGB (Red+Green+Blue) = 33+17+9=59 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55.93% from 59); Green value is 17 (7.03% from 255 or 28.81% from 59); Blue value is 9 (3.91% from 255 or 15.25% from 59); Max value from RGB is 33 - color contains mainly: red. Hex color #211109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211109 is #DEEEF6. Grayscale: #141414. Windows color (decimal): -14610167 or 594209. OLE color: 594209.

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

Color convert

RGB33179-
CMYK00.480.730.87
HSL20º57.14%8.24%-
HSV(B)20º72.73%12.94%-
XYZ0.880.740.36-
YUV20.87121.3136.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 55.93%
GREEN value IS 17 (7.03% from 255) = 28.81%
BLUE value IS 9 (3.91% from 255) = 15.25%
R=55.93%
G=28.81%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3317900.480.730.872057.148.24
Hex21119030495714398
Octal412111060111127247110
Binary100001100011001011000010010011010111101001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211109; }

 p { color: rgb(33,17,9); }

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

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

 a { background-color: rgb(33,17,9); }

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

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

 span { border-color: rgb(33,17,9); }

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