#530201

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

Shades of Seal Brown #530201

Tints of Seal Brown #530201

Color information

#530201 (or 0x530201) is unknown color: approx Seal Brown. HEX triplet: 53, 02 and 01. RGB value is (83,2,1). Sum of RGB (Red+Green+Blue) = 83+2+1=86 (11% of max value = 765). Red value is 83 (32.81% from 255 or 96.51% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 83 - color contains mainly: red. Hex color #530201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530201 is #ACFDFE. Grayscale: #1A1A1A. Windows color (decimal): -11337215 or 66131. OLE color: 66131.

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

Color convert

RGB8321-
CMYK00.980.990.67
HSL0.73º97.62%16.47%-
HSV(B)0.73º98.8%32.55%-
XYZ3.591.880.2-
YUV26.1113.84168.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 96.51%
GREEN value IS 2 (1.17% from 255) = 2.33%
BLUE value IS 1 (0.78% from 255) = 1.16%
R=96.51%
G=2.33%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal832100.980.990.670.7397.6216.47
Hex5321062634316210
Octal123210142143103114220
Binary101001110101100010110001110000111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530201; }

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

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

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

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

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

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

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

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