#210704

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

Shades of Seal Brown #210704

Tints of Seal Brown #210704

Color information

#210704 (or 0x210704) is unknown color: approx Seal Brown. HEX triplet: 21, 07 and 04. RGB value is (33,7,4). Sum of RGB (Red+Green+Blue) = 33+7+4=44 (5% of max value = 765). Red value is 33 (13.28% from 255 or 75% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 4 (1.95% from 255 or 9.09% from 44); Max value from RGB is 33 - color contains mainly: red. Hex color #210704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210704 is #DEF8FB. Grayscale: #0E0E0E. Windows color (decimal): -14612732 or 263969. OLE color: 263969.

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

Color convert

RGB3374-
CMYK00.790.880.87
HSL6.21º78.38%7.25%-
HSV(B)6.21º87.88%12.94%-
XYZ0.730.480.17-
YUV14.43122.11141.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 75%
GREEN value IS 7 (3.12% from 255) = 15.91%
BLUE value IS 4 (1.95% from 255) = 9.09%
R=75%
G=15.91%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal337400.790.880.876.2178.387.25
Hex217404F585764e7
Octal4174011713012761167
Binary10000111110001001111101100010101111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210704; }

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

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

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

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

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

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

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

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