#211311

Color #211311 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #211311

Tints of Seal Brown #211311

Color information

#211311 (or 0x211311) is unknown color: approx Seal Brown. HEX triplet: 21, 13 and 11. RGB value is (33,19,17). Sum of RGB (Red+Green+Blue) = 33+19+17=69 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.83% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 17 (7.03% from 255 or 24.64% from 69); Max value from RGB is 33 - color contains mainly: red. Hex color #211311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211311 is #DEECEE. Grayscale: #161616. Windows color (decimal): -14609647 or 1119009. OLE color: 1119009.

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

Color convert

RGB331917-
CMYK00.420.480.87
HSL7.5º32%9.8%-
HSV(B)7.5º48.48%12.94%-
XYZ0.960.830.64-
YUV22.96124.64135.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 47.83%
GREEN value IS 19 (7.81% from 255) = 27.54%
BLUE value IS 17 (7.03% from 255) = 24.64%
R=47.83%
G=27.54%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33191700.420.480.877.5329.8
Hex21131102A3057820a
Octal41232105260127104012
Binary10000110011100010101010110000101011110001000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211311; }

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

 H1.HeaderClassName
 {
   color: #211311;
 }
 .AnyTagClassName
 {
   color: #211311;
 }
</style>
background-color css

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

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

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

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

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

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