Html Css Color HEX #211414 Seal Brown

📋 copy color: '#211414'

red 33 ◦ green 20 ◦ blue 20

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

Shades of Seal Brown #211414

Tints of Seal Brown #211414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 27.4%

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

R = 45.21%
G = 27.4%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.87

RGB Variations

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

Color information

#211414 (or 0x211414) is known color: Seal Brown. HEX triplet: 21, 14 and 14. RGB value is (33,20,20). Sum of RGB (Red+Green+Blue) = 33+20+20=73 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.21% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 33 - color contains mainly: red. Hex color #211414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211414 is #DEEBEB. Grayscale: #171717. Windows color (decimal): -14609388 or 1315873. OLE color: 1315873.

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

Color convert

RGB 33 20 20 -
CMYK 0 0.39 0.39 0.87
HSL 0.25% 0.1% -
HSV(B) 0.39% 0.13% -
XYZ 1 0.87 0.78 -
YUV 23.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 33 20 20 0 0.39 0.39 0.87 0 0.25 0.1
Hex 21 14 14 0 27 27 57 0 19 A
Octal 41 24 24 0 47 47 127 0 31 12
Binary 100001 10100 10100 0 100111 100111 1010111 0 11001 1010

Color Harmonies of #211414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211414

Black with #211414

Text Example


Text Example

White with #211414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211414; }

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

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

background-color css

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

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

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

border-color css

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

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

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