#210201

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

Shades of Seal Brown #210201

Tints of Seal Brown #210201

Color information

#210201 (or 0x210201) is unknown color: approx Seal Brown. HEX triplet: 21, 02 and 01. RGB value is (33,2,1). Sum of RGB (Red+Green+Blue) = 33+2+1=36 (4% of max value = 765). Red value is 33 (13.28% from 255 or 91.67% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 1 (0.78% from 255 or 2.78% from 36); Max value from RGB is 33 - color contains mainly: red. Hex color #210201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210201 is #DEFDFE. Grayscale: #0B0B0B. Windows color (decimal): -14614015 or 66081. OLE color: 66081.

HSL color Cylindrical-coordinate representation of color #210201: hue angle of 1.88º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210201 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB3321-
CMYK00.940.970.87
HSL1.88º94.12%6.67%-
HSV(B)1.88º96.97%12.94%-
XYZ0.650.370.07-
YUV11.16122.27143.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 91.67%
GREEN value IS 2 (1.17% from 255) = 5.56%
BLUE value IS 1 (0.78% from 255) = 2.78%
R=91.67%
G=5.56%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal332100.940.970.871.8894.126.67
Hex212105E615725e7
Octal4121013614112721367
Binary1000011010101111011000011010111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210201; }

 p { color: rgb(33,2,1); }

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

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

 a { background-color: rgb(33,2,1); }

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

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

 span { border-color: rgb(33,2,1); }

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