#530200

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

Shades of Seal Brown #530200

Tints of Seal Brown #530200

Color information

#530200 (or 0x530200) is unknown color: approx Seal Brown. HEX triplet: 53, 02 and 00. RGB value is (83,2,0). Sum of RGB (Red+Green+Blue) = 83+2+0=85 (11% of max value = 765). Red value is 83 (32.81% from 255 or 97.65% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 83 - color contains mainly: red. Hex color #530200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530200 is #ACFDFF. Grayscale: #1A1A1A. Windows color (decimal): -11337216 or 595. OLE color: 595.

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

Color convert

RGB8320-
CMYK00.9810.67
HSL1.45º100%16.27%-
HSV(B)1.45º100%32.55%-
XYZ3.591.880.17-
YUV25.99113.34168.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 97.65%
GREEN value IS 2 (1.17% from 255) = 2.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.65%
G=2.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal832000.9810.671.4510016.27
Hex5320062644316410
Octal123200142144103114420
Binary101001110001100010110010010000111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530200; }

 p { color: rgb(83,2,0); }

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

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

 a { background-color: rgb(83,2,0); }

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

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

 span { border-color: rgb(83,2,0); }

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