Html Css Color HEX #505629 Saratoga

📋 copy color: '#505629'

red 80 ◦ green 86 ◦ blue 41

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

Shades of Saratoga #505629

Tints of Saratoga #505629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.81%

R = 38.65%
G = 41.55%
B = 19.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#505629 (or 0x505629) is known color: Saratoga. HEX triplet: 50, 56 and 29. RGB value is (80,86,41). Sum of RGB (Red+Green+Blue) = 80+86+41=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 86 - color contains mainly: green. Hex color #505629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505629 is #AFA9D6. Grayscale: #4F4F4F. Windows color (decimal): -11512279 or 2709072. OLE color: 2709072.

HSL color Cylindrical-coordinate representation of color #505629: hue angle of 68º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #505629 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 86 41 -
CMYK 0.07 0 0.52 0.66
HSL 68º 0.35% 0.25% -
HSV(B) 68º 0.52% 0.34% -
XYZ 7.04 8.52 3.37 -
YUV 79.08 106.51 128.66 -
System Red Green Blue C M Y K H S L
Decimal 80 86 41 0.07 0 0.52 0.66 68 0.35 0.25
Hex 50 56 29 7 0 34 42 44 23 19
Octal 120 126 51 7 0 64 102 104 43 31
Binary 1010000 1010110 101001 111 0 110100 1000010 1000100 100011 11001

Color Harmonies of #505629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505629

Black with #505629

Text Example


Text Example

White with #505629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505629; }

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

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

background-color css

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

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

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

border-color css

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

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

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