Html Css Color HEX #211109 Seal Brown

📋 copy color: '#211109'

red 33 ◦ green 17 ◦ blue 9

#211109
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #211109

Tints of Seal Brown #211109

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 value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.87

RGB Variations

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

Color information

#211109 (or 0x211109) is known color: 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

RGB 33 17 9 -
CMYK 0 0.48 0.73 0.87
HSL 20º 0.57% 0.08% -
HSV(B) 20º 0.73% 0.13% -
XYZ 0.88 0.74 0.36 -
YUV 20.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 33 17 9 0 0.48 0.73 0.87 20 0.57 0.08
Hex 21 11 9 0 30 49 57 14 39 8
Octal 41 21 11 0 60 111 127 24 71 10
Binary 100001 10001 1001 0 110000 1001001 1010111 10100 111001 1000

Color Harmonies of #211109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211109

Black with #211109

Text Example


Text Example

White with #211109

Text Example


Text Example

HTML Codes & Css Web 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>