Html Css Color HEX #211009 Seal Brown

📋 copy color: '#211009'

red 33 ◦ green 16 ◦ blue 9

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

Shades of Seal Brown #211009

Tints of Seal Brown #211009

RGB

 RED value IS 33 (13.28% from 255) = 56.9%

 GREEN value IS 16 (6.64% from 255) = 27.59%

 BLUE value IS 9 (3.91% from 255) = 15.52%

R = 56.9%
G = 27.59%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.87

RGB Variations

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

Color information

#211009 (or 0x211009) is known color: Seal Brown. HEX triplet: 21, 10 and 09. RGB value is (33,16,9). Sum of RGB (Red+Green+Blue) = 33+16+9=58 (7% of max value = 765). Red value is 33 (13.28% from 255 or 56.90% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 33 - color contains mainly: red. Hex color #211009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211009 is #DEEFF6. Grayscale: #141414. Windows color (decimal): -14610423 or 593953. OLE color: 593953.

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

Color convert

RGB 33 16 9 -
CMYK 0 0.52 0.73 0.87
HSL 17.5º 0.57% 0.08% -
HSV(B) 17.5º 0.73% 0.13% -
XYZ 0.86 0.71 0.35 -
YUV 20.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 33 16 9 0 0.52 0.73 0.87 17.5 0.57 0.08
Hex 21 10 9 0 34 49 57 12 39 8
Octal 41 20 11 0 64 111 127 22 71 10
Binary 100001 10000 1001 0 110100 1001001 1010111 10010 111001 1000

Color Harmonies of #211009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211009

Black with #211009

Text Example


Text Example

White with #211009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211009; }

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

 H1.HeaderClassName
 {
   color: #211009;
 }
 .AnyTagClassName
 {
   color: #211009;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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