#520401

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

Shades of Seal Brown #520401

Tints of Seal Brown #520401

Color information

#520401 (or 0x520401) is unknown color: approx Seal Brown. HEX triplet: 52, 04 and 01. RGB value is (82,4,1). Sum of RGB (Red+Green+Blue) = 82+4+1=87 (11% of max value = 765). Red value is 82 (32.42% from 255 or 94.25% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 82 - color contains mainly: red. Hex color #520401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520401 is #ADFBFE. Grayscale: #1B1B1B. Windows color (decimal): -11402239 or 66642. OLE color: 66642.

HSL color Cylindrical-coordinate representation of color #520401: hue angle of 2.22º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520401 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB8241-
CMYK00.950.990.68
HSL2.22º97.59%16.27%-
HSV(B)2.22º98.78%32.16%-
XYZ3.531.880.21-
YUV26.98113.34167.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 94.25%
GREEN value IS 4 (1.95% from 255) = 4.60%
BLUE value IS 1 (0.78% from 255) = 1.15%
R=94.25%
G=4.60%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal824100.950.990.682.2297.5916.27
Hex524105F634426210
Octal122410137143104214220
Binary10100101001010111111100011100010010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520401; }

 p { color: rgb(82,4,1); }

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

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

 a { background-color: rgb(82,4,1); }

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

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

 span { border-color: rgb(82,4,1); }

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