Html Css Color HEX #211310 Seal Brown

📋 copy color: '#211310'

red 33 ◦ green 19 ◦ blue 16

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

Shades of Seal Brown #211310

Tints of Seal Brown #211310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 27.94%

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

R = 48.53%
G = 27.94%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.87

RGB Variations

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

Color information

#211310 (or 0x211310) is known color: Seal Brown. HEX triplet: 21, 13 and 10. RGB value is (33,19,16). Sum of RGB (Red+Green+Blue) = 33+19+16=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 16 (6.64% from 255 or 23.53% from 68); Max value from RGB is 33 - color contains mainly: red. Hex color #211310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211310 is #DEECEF. Grayscale: #161616. Windows color (decimal): -14609648 or 1053473. OLE color: 1053473.

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

Color convert

RGB 33 19 16 -
CMYK 0 0.42 0.52 0.87
HSL 10.59º 0.35% 0.1% -
HSV(B) 10.59º 0.52% 0.13% -
XYZ 0.95 0.83 0.6 -
YUV 22.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 33 19 16 0 0.42 0.52 0.87 10.59 0.35 0.1
Hex 21 13 10 0 2A 34 57 B 23 A
Octal 41 23 20 0 52 64 127 13 43 12
Binary 100001 10011 10000 0 101010 110100 1010111 1011 100011 1010

Color Harmonies of #211310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211310

Black with #211310

Text Example


Text Example

White with #211310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211310; }

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

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

background-color css

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

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

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

border-color css

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

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

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