Html Css Color HEX #505932 Saratoga

📋 copy color: '#505932'

red 80 ◦ green 89 ◦ blue 50

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

Shades of Saratoga #505932

Tints of Saratoga #505932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.83%

R = 36.53%
G = 40.64%
B = 22.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#505932 (or 0x505932) is known color: Saratoga. HEX triplet: 50, 59 and 32. RGB value is (80,89,50). Sum of RGB (Red+Green+Blue) = 80+89+50=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #505932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505932 is #AFA6CD. Grayscale: #525252. Windows color (decimal): -11511502 or 3299664. OLE color: 3299664.

HSL color Cylindrical-coordinate representation of color #505932: hue angle of 73.85º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #505932 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 89 50 -
CMYK 0.10 0 0.44 0.65
HSL 73.85º 0.28% 0.27% -
HSV(B) 73.85º 0.44% 0.35% -
XYZ 7.46 9.08 4.38 -
YUV 81.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 80 89 50 0.10 0 0.44 0.65 73.85 0.28 0.27
Hex 50 59 32 A 0 2C 41 4A 1C 1B
Octal 120 131 62 12 0 54 101 112 34 33
Binary 1010000 1011001 110010 1010 0 101100 1000001 1001010 11100 11011

Color Harmonies of #505932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505932

Black with #505932

Text Example


Text Example

White with #505932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505932; }

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

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

background-color css

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

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

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

border-color css

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

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

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