Html Css Color HEX #50562E Saratoga

📋 copy color: '#50562E'

red 80 ◦ green 86 ◦ blue 46

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

Shades of Saratoga #50562E

Tints of Saratoga #50562E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.7%

R = 37.74%
G = 40.57%
B = 21.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.66

RGB Variations

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

Color information

#50562E (or 0x50562E) is known color: Saratoga. HEX triplet: 50, 56 and 2E. RGB value is (80,86,46). Sum of RGB (Red+Green+Blue) = 80+86+46=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #50562E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50562E is #AFA9D1. Grayscale: #4F4F4F. Windows color (decimal): -11512274 or 3036752. OLE color: 3036752.

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

Color convert

RGB 80 86 46 -
CMYK 0.07 0 0.47 0.66
HSL 69º 0.3% 0.26% -
HSV(B) 69º 0.47% 0.34% -
XYZ 7.13 8.56 3.86 -
YUV 79.65 109.01 128.25 -
System Red Green Blue C M Y K H S L
Decimal 80 86 46 0.07 0 0.47 0.66 69 0.3 0.26
Hex 50 56 2E 7 0 2F 42 45 1E 1A
Octal 120 126 56 7 0 57 102 105 36 32
Binary 1010000 1010110 101110 111 0 101111 1000010 1000101 11110 11010

Color Harmonies of #50562E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50562E

Black with #50562E

Text Example


Text Example

White with #50562E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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