Html Css Color HEX #505A2F Saratoga

📋 copy color: '#505A2F'

red 80 ◦ green 90 ◦ blue 47

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

Shades of Saratoga #505A2F

Tints of Saratoga #505A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.47%

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

R = 36.87%
G = 41.47%
B = 21.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#505A2F (or 0x505A2F) is known color: Saratoga. HEX triplet: 50, 5A and 2F. RGB value is (80,90,47). Sum of RGB (Red+Green+Blue) = 80+90+47=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 90 - color contains mainly: green. Hex color #505A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A2F is #AFA5D0. Grayscale: #525252. Windows color (decimal): -11511249 or 3103312. OLE color: 3103312.

HSL color Cylindrical-coordinate representation of color #505A2F: hue angle of 73.95º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #505A2F is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 90 47 -
CMYK 0.11 0 0.48 0.65
HSL 73.95º 0.31% 0.27% -
HSV(B) 73.95º 0.48% 0.35% -
XYZ 7.48 9.22 4.08 -
YUV 82.11 108.19 126.5 -
System Red Green Blue C M Y K H S L
Decimal 80 90 47 0.11 0 0.48 0.65 73.95 0.31 0.27
Hex 50 5A 2F B 0 30 41 4A 1F 1B
Octal 120 132 57 13 0 60 101 112 37 33
Binary 1010000 1011010 101111 1011 0 110000 1000001 1001010 11111 11011

Color Harmonies of #505A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505A2F

Black with #505A2F

Text Example


Text Example

White with #505A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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