#211410

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

Shades of Seal Brown #211410

Tints of Seal Brown #211410

Color information

#211410 (or 0x211410) is unknown color: approx 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

RGB332016-
CMYK00.390.520.87
HSL14.12º34.69%9.61%-
HSV(B)14.12º51.52%12.94%-
XYZ0.970.860.61-
YUV23.43123.81134.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 47.83%
GREEN value IS 20 (8.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33201600.390.520.8714.1234.699.61
Hex2114100273457e23a
Octal41242004764127164312
Binary10000110100100000100111110100101011111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>