Html Css Color HEX #50592E Saratoga

📋 copy color: '#50592E'

red 80 ◦ green 89 ◦ blue 46

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

Shades of Saratoga #50592E

Tints of Saratoga #50592E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.4%

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

R = 37.21%
G = 41.4%
B = 21.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#50592E (or 0x50592E) is known color: Saratoga. HEX triplet: 50, 59 and 2E. RGB value is (80,89,46). Sum of RGB (Red+Green+Blue) = 80+89+46=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #50592E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50592E is #AFA6D1. Grayscale: #515151. Windows color (decimal): -11511506 or 3037520. OLE color: 3037520.

HSL color Cylindrical-coordinate representation of color #50592E: hue angle of 72.56º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50592E is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 89 46 -
CMYK 0.10 0 0.48 0.65
HSL 72.56º 0.32% 0.26% -
HSV(B) 72.56º 0.48% 0.35% -
XYZ 7.37 9.05 3.94 -
YUV 81.41 108.02 127 -
System Red Green Blue C M Y K H S L
Decimal 80 89 46 0.10 0 0.48 0.65 72.56 0.32 0.26
Hex 50 59 2E A 0 30 41 49 20 1A
Octal 120 131 56 12 0 60 101 111 40 32
Binary 1010000 1011001 101110 1010 0 110000 1000001 1001001 100000 11010

Color Harmonies of #50592E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50592E

Black with #50592E

Text Example


Text Example

White with #50592E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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