Html Css Color HEX #211613 Seal Brown

📋 copy color: '#211613'

red 33 ◦ green 22 ◦ blue 19

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

Shades of Seal Brown #211613

Tints of Seal Brown #211613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 29.73%

 BLUE value IS 19 (7.81% from 255) = 25.68%

R = 44.59%
G = 29.73%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.87

RGB Variations

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

Color information

#211613 (or 0x211613) is known color: Seal Brown. HEX triplet: 21, 16 and 13. RGB value is (33,22,19). Sum of RGB (Red+Green+Blue) = 33+22+19=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 33 - color contains mainly: red. Hex color #211613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211613 is #DEE9EC. Grayscale: #181818. Windows color (decimal): -14608877 or 1250849. OLE color: 1250849.

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

Color convert

RGB 33 22 19 -
CMYK 0 0.33 0.42 0.87
HSL 12.86º 0.27% 0.1% -
HSV(B) 12.86º 0.42% 0.13% -
XYZ 1.03 0.94 0.74 -
YUV 24.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 33 22 19 0 0.33 0.42 0.87 12.86 0.27 0.1
Hex 21 16 13 0 21 2A 57 D 1B A
Octal 41 26 23 0 41 52 127 15 33 12
Binary 100001 10110 10011 0 100001 101010 1010111 1101 11011 1010

Color Harmonies of #211613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211613

Black with #211613

Text Example


Text Example

White with #211613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211613; }

 p { color: rgb(33,22,19); }

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

background-color css

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

 a { background-color: rgb(33,22,19); }

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

border-color css

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

 span { border-color: rgb(33,22,19); }

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