Html Css Color HEX #211410 Seal Brown

📋 copy color: '#211410'

red 33 ◦ green 20 ◦ blue 16

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

Shades of Seal Brown #211410

Tints of Seal Brown #211410

RGB

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

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

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

R = 47.83%
G = 28.99%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.87

RGB Variations

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

Color information

#211410 (or 0x211410) is known color: Seal Brown. HEX triplet: 21, 14 and 10. RGB value is (33,20,16). Sum of RGB (Red+Green+Blue) = 33+20+16=69 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.83% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 16 (6.64% from 255 or 23.19% from 69); Max value from RGB is 33 - color contains mainly: red. Hex color #211410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211410 is #DEEBEF. Grayscale: #171717. Windows color (decimal): -14609392 or 1053729. OLE color: 1053729.

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

Color convert

RGB 33 20 16 -
CMYK 0 0.39 0.52 0.87
HSL 14.12º 0.35% 0.1% -
HSV(B) 14.12º 0.52% 0.13% -
XYZ 0.97 0.86 0.61 -
YUV 23.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 33 20 16 0 0.39 0.52 0.87 14.12 0.35 0.1
Hex 21 14 10 0 27 34 57 E 23 A
Octal 41 24 20 0 47 64 127 16 43 12
Binary 100001 10100 10000 0 100111 110100 1010111 1110 100011 1010

Color Harmonies of #211410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211410

Black with #211410

Text Example


Text Example

White with #211410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211410; }

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

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

background-color css

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

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

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

border-color css

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

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

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