Html Css Color HEX #211513 Seal Brown

📋 copy color: '#211513'

red 33 ◦ green 21 ◦ blue 19

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

Shades of Seal Brown #211513

Tints of Seal Brown #211513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 28.77%

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

R = 45.21%
G = 28.77%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.87

RGB Variations

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

Color information

#211513 (or 0x211513) is known color: Seal Brown. HEX triplet: 21, 15 and 13. RGB value is (33,21,19). Sum of RGB (Red+Green+Blue) = 33+21+19=73 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.21% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 33 - color contains mainly: red. Hex color #211513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211513 is #DEEAEC. Grayscale: #181818. Windows color (decimal): -14609133 or 1250593. OLE color: 1250593.

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

Color convert

RGB 33 21 19 -
CMYK 0 0.36 0.42 0.87
HSL 8.57º 0.27% 0.1% -
HSV(B) 8.57º 0.42% 0.13% -
XYZ 1.01 0.91 0.74 -
YUV 24.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 33 21 19 0 0.36 0.42 0.87 8.57 0.27 0.1
Hex 21 15 13 0 24 2A 57 9 1B A
Octal 41 25 23 0 44 52 127 11 33 12
Binary 100001 10101 10011 0 100100 101010 1010111 1001 11011 1010

Color Harmonies of #211513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211513

Black with #211513

Text Example


Text Example

White with #211513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211513; }

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

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

background-color css

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

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

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

border-color css

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

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

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