#210200

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

Shades of Seal Brown #210200

Tints of Seal Brown #210200

Color information

#210200 (or 0x210200) is unknown color: approx Seal Brown. HEX triplet: 21, 02 and 00. RGB value is (33,2,0). Sum of RGB (Red+Green+Blue) = 33+2+0=35 (4% of max value = 765). Red value is 33 (13.28% from 255 or 94.29% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 33 - color contains mainly: red. Hex color #210200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210200 is #DEFDFF. Grayscale: #0B0B0B. Windows color (decimal): -14614016 or 545. OLE color: 545.

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

Color convert

RGB3320-
CMYK00.9410.87
HSL3.64º100%6.47%-
HSV(B)3.64º100%12.94%-
XYZ0.650.370.04-
YUV11.04121.77143.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 94.29%
GREEN value IS 2 (1.17% from 255) = 5.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.29%
G=5.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal332000.9410.873.641006.47
Hex212005E64574646
Octal4120013614412741446
Binary10000110001011110110010010101111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210200; }

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

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

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

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

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

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

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

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