Html Css Color HEX #500B01 Seal Brown

📋 copy color: '#500B01'

red 80 ◦ green 11 ◦ blue 1

#500B01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #500B01

Tints of Seal Brown #500B01

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 value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#500B01 (or 0x500B01) is known color: 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

RGB 80 11 1 -
CMYK 0 0.86 0.99 0.69
HSL 7.59º 0.98% 0.16% -
HSV(B) 7.59º 0.99% 0.31% -
XYZ 3.43 1.95 0.22 -
YUV 30.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 80 11 1 0 0.86 0.99 0.69 7.59 0.98 0.16
Hex 50 B 1 0 56 63 45 8 62 10
Octal 120 13 1 0 126 143 105 10 142 20
Binary 1010000 1011 1 0 1010110 1100011 1000101 1000 1100010 10000

Color Harmonies of #500B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500B01

Black with #500B01

Text Example


Text Example

White with #500B01

Text Example


Text Example

HTML Codes & Css Web 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>