#500302

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

Shades of Seal Brown #500302

Tints of Seal Brown #500302

Color information

#500302 (or 0x500302) is unknown color: approx Seal Brown. HEX triplet: 50, 03 and 02. RGB value is (80,3,2). Sum of RGB (Red+Green+Blue) = 80+3+2=85 (11% of max value = 765). Red value is 80 (31.64% from 255 or 94.12% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 80 - color contains mainly: red. Hex color #500302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500302 is #AFFCFD. Grayscale: #191919. Windows color (decimal): -11533566 or 131920. OLE color: 131920.

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

Color convert

RGB8032-
CMYK00.960.980.69
HSL0.77º95.12%16.08%-
HSV(B)0.77º97.5%31.37%-
XYZ3.351.770.22-
YUV25.91114.51166.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 94.12%
GREEN value IS 3 (1.56% from 255) = 3.53%
BLUE value IS 2 (1.17% from 255) = 2.35%
R=94.12%
G=3.53%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal803200.960.980.690.7795.1216.08
Hex5032060624515f10
Octal120320140142105113720
Binary1010000111001100000110001010001011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500302; }

 p { color: rgb(80,3,2); }

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

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

 a { background-color: rgb(80,3,2); }

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

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

 span { border-color: rgb(80,3,2); }

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