Html Css Color HEX #211110 Seal Brown

📋 copy color: '#211110'

red 33 ◦ green 17 ◦ blue 16

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

Shades of Seal Brown #211110

Tints of Seal Brown #211110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 25.76%

 BLUE value IS 16 (6.64% from 255) = 24.24%

R = 50%
G = 25.76%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.87

RGB Variations

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

Color information

#211110 (or 0x211110) is known color: Seal Brown. HEX triplet: 21, 11 and 10. RGB value is (33,17,16). Sum of RGB (Red+Green+Blue) = 33+17+16=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #211110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211110 is #DEEEEF. Grayscale: #151515. Windows color (decimal): -14610160 or 1052961. OLE color: 1052961.

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

Color convert

RGB 33 17 16 -
CMYK 0 0.48 0.52 0.87
HSL 3.53º 0.35% 0.1% -
HSV(B) 3.53º 0.52% 0.13% -
XYZ 0.92 0.76 0.59 -
YUV 21.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 33 17 16 0 0.48 0.52 0.87 3.53 0.35 0.1
Hex 21 11 10 0 30 34 57 4 23 A
Octal 41 21 20 0 60 64 127 4 43 12
Binary 100001 10001 10000 0 110000 110100 1010111 100 100011 1010

Color Harmonies of #211110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211110

Black with #211110

Text Example


Text Example

White with #211110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211110; }

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

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

background-color css

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

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

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

border-color css

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

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

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