#500B01

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

Shades of Seal Brown #500B01

Tints of Seal Brown #500B01

Color information

#500B01 (or 0x500B01) is unknown color: approx Seal Brown. HEX triplet: 50, 0B and 01. RGB value is (80,11,1). Sum of RGB (Red+Green+Blue) = 80+11+1=92 (12% of max value = 765). Red value is 80 (31.64% from 255 or 86.96% from 92); Green value is 11 (4.69% from 255 or 11.96% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 80 - color contains mainly: red. Hex color #500B01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500B01 is #AFF4FE. Grayscale: #1E1E1E. Windows color (decimal): -11531519 or 68432. OLE color: 68432.

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

Color convert

RGB80111-
CMYK00.860.990.69
HSL7.59º97.53%15.88%-
HSV(B)7.59º98.75%31.37%-
XYZ3.431.950.22-
YUV30.49111.36163.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 86.96%
GREEN value IS 11 (4.69% from 255) = 11.96%
BLUE value IS 1 (0.78% from 255) = 1.09%
R=86.96%
G=11.96%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8011100.860.990.697.5997.5315.88
Hex50B1056634586210
Octal12013101261431051014220
Binary10100001011101010110110001110001011000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500B01; }

 p { color: rgb(80,11,1); }

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

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

 a { background-color: rgb(80,11,1); }

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

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

 span { border-color: rgb(80,11,1); }

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