Html Css Color HEX #211514 Seal Brown

📋 copy color: '#211514'

red 33 ◦ green 21 ◦ blue 20

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

Shades of Seal Brown #211514

Tints of Seal Brown #211514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 27.03%

R = 44.59%
G = 28.38%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.87

RGB Variations

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

Color information

#211514 (or 0x211514) is known color: Seal Brown. HEX triplet: 21, 15 and 14. RGB value is (33,21,20). Sum of RGB (Red+Green+Blue) = 33+21+20=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 33 - color contains mainly: red. Hex color #211514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211514 is #DEEAEB. Grayscale: #181818. Windows color (decimal): -14609132 or 1316129. OLE color: 1316129.

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

Color convert

RGB 33 21 20 -
CMYK 0 0.36 0.39 0.87
HSL 4.62º 0.25% 0.1% -
HSV(B) 4.62º 0.39% 0.13% -
XYZ 1.02 0.91 0.78 -
YUV 24.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 33 21 20 0 0.36 0.39 0.87 4.62 0.25 0.1
Hex 21 15 14 0 24 27 57 5 19 A
Octal 41 25 24 0 44 47 127 5 31 12
Binary 100001 10101 10100 0 100100 100111 1010111 101 11001 1010

Color Harmonies of #211514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211514

Black with #211514

Text Example


Text Example

White with #211514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211514; }

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

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

background-color css

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

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

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

border-color css

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

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

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