#520600

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

Shades of Seal Brown #520600

Tints of Seal Brown #520600

Color information

#520600 (or 0x520600) is unknown color: approx Seal Brown. HEX triplet: 52, 06 and 00. RGB value is (82,6,0). Sum of RGB (Red+Green+Blue) = 82+6+0=88 (11% of max value = 765). Red value is 82 (32.42% from 255 or 93.18% from 88); Green value is 6 (2.73% from 255 or 6.82% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 82 - color contains mainly: red. Hex color #520600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520600 is #ADF9FF. Grayscale: #1C1C1C. Windows color (decimal): -11401728 or 1618. OLE color: 1618.

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

Color convert

RGB8260-
CMYK00.9310.68
HSL4.39º100%16.08%-
HSV(B)4.39º100%32.16%-
XYZ3.541.920.18-
YUV28.04112.18166.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 93.18%
GREEN value IS 6 (2.73% from 255) = 6.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.18%
G=6.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal826000.9310.684.3910016.08
Hex526005D644446410
Octal122600135144104414420
Binary101001011000101110111001001000100100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520600; }

 p { color: rgb(82,6,0); }

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

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

 a { background-color: rgb(82,6,0); }

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

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

 span { border-color: rgb(82,6,0); }

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