#210402

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

Shades of Seal Brown #210402

Tints of Seal Brown #210402

Color information

#210402 (or 0x210402) is unknown color: approx Seal Brown. HEX triplet: 21, 04 and 02. RGB value is (33,4,2). Sum of RGB (Red+Green+Blue) = 33+4+2=39 (5% of max value = 765). Red value is 33 (13.28% from 255 or 84.62% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 2 (1.17% from 255 or 5.13% from 39); Max value from RGB is 33 - color contains mainly: red. Hex color #210402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210402 is #DEFBFD. Grayscale: #0C0C0C. Windows color (decimal): -14613502 or 132129. OLE color: 132129.

HSL color Cylindrical-coordinate representation of color #210402: hue angle of 3.87º 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 #210402 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB3342-
CMYK00.880.940.87
HSL3.87º88.57%6.86%-
HSV(B)3.87º93.94%12.94%-
XYZ0.680.410.1-
YUV12.44122.11142.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 84.62%
GREEN value IS 4 (1.95% from 255) = 10.26%
BLUE value IS 2 (1.17% from 255) = 5.13%
R=84.62%
G=10.26%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal334200.880.940.873.8788.576.86
Hex21420585E574597
Octal4142013013612741317
Binary1000011001001011000101111010101111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210402; }

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

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

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

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

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

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

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

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