Html Css Color HEX #50562F Saratoga

📋 copy color: '#50562F'

red 80 ◦ green 86 ◦ blue 47

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

Shades of Saratoga #50562F

Tints of Saratoga #50562F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.38%

 BLUE value IS 47 (18.75% from 255) = 22.07%

R = 37.56%
G = 40.38%
B = 22.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#50562F (or 0x50562F) is known color: Saratoga. HEX triplet: 50, 56 and 2F. RGB value is (80,86,47). Sum of RGB (Red+Green+Blue) = 80+86+47=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 86 - color contains mainly: green. Hex color #50562F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50562F is #AFA9D0. Grayscale: #4F4F4F. Windows color (decimal): -11512273 or 3102288. OLE color: 3102288.

HSL color Cylindrical-coordinate representation of color #50562F: hue angle of 69.23º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50562F is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 86 47 -
CMYK 0.07 0 0.45 0.66
HSL 69.23º 0.29% 0.26% -
HSV(B) 69.23º 0.45% 0.34% -
XYZ 7.15 8.57 3.97 -
YUV 79.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 80 86 47 0.07 0 0.45 0.66 69.23 0.29 0.26
Hex 50 56 2F 7 0 2D 42 45 1D 1A
Octal 120 126 57 7 0 55 102 105 35 32
Binary 1010000 1010110 101111 111 0 101101 1000010 1000101 11101 11010

Color Harmonies of #50562F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50562F

Black with #50562F

Text Example


Text Example

White with #50562F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50562F; }

 p { color: rgb(80,86,47); }

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

background-color css

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

 a { background-color: rgb(80,86,47); }

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

border-color css

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

 span { border-color: rgb(80,86,47); }

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