#210602

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

Shades of Seal Brown #210602

Tints of Seal Brown #210602

Color information

#210602 (or 0x210602) is unknown color: approx Seal Brown. HEX triplet: 21, 06 and 02. RGB value is (33,6,2). Sum of RGB (Red+Green+Blue) = 33+6+2=41 (5% of max value = 765). Red value is 33 (13.28% from 255 or 80.49% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 33 - color contains mainly: red. Hex color #210602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210602 is #DEF9FD. Grayscale: #0D0D0D. Windows color (decimal): -14612990 or 132641. OLE color: 132641.

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

Color convert

RGB3362-
CMYK00.820.940.87
HSL7.74º88.57%6.86%-
HSV(B)7.74º93.94%12.94%-
XYZ0.70.460.11-
YUV13.62121.45141.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 80.49%
GREEN value IS 6 (2.73% from 255) = 14.63%
BLUE value IS 2 (1.17% from 255) = 4.88%
R=80.49%
G=14.63%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal336200.820.940.877.7488.576.86
Hex21620525E578597
Octal41620122136127101317
Binary10000111010010100101011110101011110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210602; }

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

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

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

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

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

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

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

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