#210804

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

Shades of Seal Brown #210804

Tints of Seal Brown #210804

Color information

#210804 (or 0x210804) is unknown color: approx Seal Brown. HEX triplet: 21, 08 and 04. RGB value is (33,8,4). Sum of RGB (Red+Green+Blue) = 33+8+4=45 (5% of max value = 765). Red value is 33 (13.28% from 255 or 73.33% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 4 (1.95% from 255 or 8.89% from 45); Max value from RGB is 33 - color contains mainly: red. Hex color #210804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210804 is #DEF7FB. Grayscale: #0F0F0F. Windows color (decimal): -14612476 or 264225. OLE color: 264225.

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

Color convert

RGB3384-
CMYK00.760.880.87
HSL8.28º78.38%7.25%-
HSV(B)8.28º87.88%12.94%-
XYZ0.740.510.17-
YUV15.02121.78140.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 73.33%
GREEN value IS 8 (3.52% from 255) = 17.78%
BLUE value IS 4 (1.95% from 255) = 8.89%
R=73.33%
G=17.78%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal338400.760.880.878.2878.387.25
Hex218404C585784e7
Octal411040114130127101167
Binary1000011000100010011001011000101011110001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210804; }

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

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

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

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

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

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

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

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