Html Css Color HEX #500706 Seal Brown

📋 copy color: '#500706'

red 80 ◦ green 7 ◦ blue 6

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

Shades of Seal Brown #500706

Tints of Seal Brown #500706

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.53%

 BLUE value IS 6 (2.73% from 255) = 6.45%

R = 86.02%
G = 7.53%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#500706 (or 0x500706) is known color: Seal Brown. HEX triplet: 50, 07 and 06. RGB value is (80,7,6). Sum of RGB (Red+Green+Blue) = 80+7+6=93 (12% of max value = 765). Red value is 80 (31.64% from 255 or 86.02% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 80 - color contains mainly: red. Hex color #500706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500706 is #AFF8F9. Grayscale: #1C1C1C. Windows color (decimal): -11532538 or 395088. OLE color: 395088.

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

Color convert

RGB 80 7 6 -
CMYK 0 0.91 0.92 0.69
HSL 0.81º 0.86% 0.17% -
HSV(B) 0.81º 0.93% 0.31% -
XYZ 3.42 1.87 0.35 -
YUV 28.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 80 7 6 0 0.91 0.92 0.69 0.81 0.86 0.17
Hex 50 7 6 0 5B 5C 45 1 56 11
Octal 120 7 6 0 133 134 105 1 126 21
Binary 1010000 111 110 0 1011011 1011100 1000101 1 1010110 10001

Color Harmonies of #500706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500706

Black with #500706

Text Example


Text Example

White with #500706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500706; }

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

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

background-color css

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

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

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

border-color css

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

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

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