#211312

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

Shades of Seal Brown #211312

Tints of Seal Brown #211312

Color information

#211312 (or 0x211312) is unknown color: approx Seal Brown. HEX triplet: 21, 13 and 12. RGB value is (33,19,18). Sum of RGB (Red+Green+Blue) = 33+19+18=70 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.14% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 33 - color contains mainly: red. Hex color #211312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211312 is #DEECED. Grayscale: #171717. Windows color (decimal): -14609646 or 1184545. OLE color: 1184545.

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

Color convert

RGB331918-
CMYK00.420.450.87
HSL29.41%10%-
HSV(B)45.45%12.94%-
XYZ0.970.830.68-
YUV23.07125.14135.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 47.14%
GREEN value IS 19 (7.81% from 255) = 27.14%
BLUE value IS 18 (7.42% from 255) = 25.71%
R=47.14%
G=27.14%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33191800.420.450.87429.4110
Hex21131202A2D5741da
Octal4123220525512743512
Binary100001100111001001010101011011010111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211312; }

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

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

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

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

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

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

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

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