Html Css Color HEX #500601 Seal Brown

📋 copy color: '#500601'

red 80 ◦ green 6 ◦ blue 1

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

Shades of Seal Brown #500601

Tints of Seal Brown #500601

RGB

 RED value IS 80 (31.64% from 255) = 91.95%

 GREEN value IS 6 (2.73% from 255) = 6.9%

 BLUE value IS 1 (0.78% from 255) = 1.15%

R = 91.95%
G = 6.9%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#500601 (or 0x500601) is known color: Seal Brown. HEX triplet: 50, 06 and 01. RGB value is (80,6,1). Sum of RGB (Red+Green+Blue) = 80+6+1=87 (11% of max value = 765). Red value is 80 (31.64% from 255 or 91.95% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 80 - color contains mainly: red. Hex color #500601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500601 is #AFF9FE. Grayscale: #1B1B1B. Windows color (decimal): -11532799 or 67152. OLE color: 67152.

HSL color Cylindrical-coordinate representation of color #500601: hue angle of 3.8º 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 #500601 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 6 1 -
CMYK 0 0.92 0.99 0.69
HSL 3.8º 0.98% 0.16% -
HSV(B) 3.8º 0.99% 0.31% -
XYZ 3.38 1.84 0.21 -
YUV 27.56 113.02 165.41 -
System Red Green Blue C M Y K H S L
Decimal 80 6 1 0 0.92 0.99 0.69 3.8 0.98 0.16
Hex 50 6 1 0 5C 63 45 4 62 10
Octal 120 6 1 0 134 143 105 4 142 20
Binary 1010000 110 1 0 1011100 1100011 1000101 100 1100010 10000

Color Harmonies of #500601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500601

Black with #500601

Text Example


Text Example

White with #500601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500601; }

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

 H1.HeaderClassName
 {
   color: #500601;
 }
 .AnyTagClassName
 {
   color: #500601;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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