#210504

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

Shades of Seal Brown #210504

Tints of Seal Brown #210504

Color information

#210504 (or 0x210504) is unknown color: approx Seal Brown. HEX triplet: 21, 05 and 04. RGB value is (33,5,4). Sum of RGB (Red+Green+Blue) = 33+5+4=42 (5% of max value = 765). Red value is 33 (13.28% from 255 or 78.57% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 4 (1.95% from 255 or 9.52% from 42); Max value from RGB is 33 - color contains mainly: red. Hex color #210504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210504 is #DEFAFB. Grayscale: #0D0D0D. Windows color (decimal): -14613244 or 263457. OLE color: 263457.

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

Color convert

RGB3354-
CMYK00.850.880.87
HSL2.07º78.38%7.25%-
HSV(B)2.07º87.88%12.94%-
XYZ0.70.440.16-
YUV13.26122.78142.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 78.57%
GREEN value IS 5 (2.34% from 255) = 11.90%
BLUE value IS 4 (1.95% from 255) = 9.52%
R=78.57%
G=11.90%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal335400.850.880.872.0778.387.25
Hex2154055585724e7
Octal4154012513012721167
Binary1000011011000101010110110001010111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210504; }

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

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

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

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

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

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

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

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