#500700

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

Shades of Seal Brown #500700

Tints of Seal Brown #500700

Color information

#500700 (or 0x500700) is unknown color: approx Seal Brown. HEX triplet: 50, 07 and 00. RGB value is (80,7,0). Sum of RGB (Red+Green+Blue) = 80+7+0=87 (11% of max value = 765). Red value is 80 (31.64% from 255 or 91.95% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 80 - color contains mainly: red. Hex color #500700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500700 is #AFF8FF. Grayscale: #1C1C1C. Windows color (decimal): -11532544 or 1872. OLE color: 1872.

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

Color convert

RGB8070-
CMYK00.9110.69
HSL5.25º100%15.69%-
HSV(B)5.25º100%31.37%-
XYZ3.381.860.18-
YUV28.03112.18165.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 91.95%
GREEN value IS 7 (3.12% from 255) = 8.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=91.95%
G=8.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal807000.9110.695.2510015.69
Hex507005B644556410
Octal120700133144105514420
Binary101000011100101101111001001000101101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500700; }

 p { color: rgb(80,7,0); }

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

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

 a { background-color: rgb(80,7,0); }

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

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

 span { border-color: rgb(80,7,0); }

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