#210802

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

Shades of Seal Brown #210802

Tints of Seal Brown #210802

Color information

#210802 (or 0x210802) is unknown color: approx Seal Brown. HEX triplet: 21, 08 and 02. RGB value is (33,8,2). Sum of RGB (Red+Green+Blue) = 33+8+2=43 (5% of max value = 765). Red value is 33 (13.28% from 255 or 76.74% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 2 (1.17% from 255 or 4.65% from 43); Max value from RGB is 33 - color contains mainly: red. Hex color #210802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210802 is #DEF7FD. Grayscale: #0E0E0E. Windows color (decimal): -14612478 or 133153. OLE color: 133153.

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

Color convert

RGB3382-
CMYK00.760.940.87
HSL11.61º88.57%6.86%-
HSV(B)11.61º93.94%12.94%-
XYZ0.720.50.12-
YUV14.79120.78140.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 76.74%
GREEN value IS 8 (3.52% from 255) = 18.60%
BLUE value IS 2 (1.17% from 255) = 4.65%
R=76.74%
G=18.60%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal338200.760.940.8711.6188.576.86
Hex218204C5E57c597
Octal411020114136127141317
Binary100001100010010011001011110101011111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210802; }

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

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

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

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

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

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

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

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