#505C29

Color #505C29 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #505C29

Tints of Saratoga #505C29

Color information

#505C29 (or 0x505C29) is unknown color: approx Saratoga. HEX triplet: 50, 5C and 29. RGB value is (80,92,41). Sum of RGB (Red+Green+Blue) = 80+92+41=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 92 - color contains mainly: green. Hex color #505C29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505C29 is #AFA3D6. Grayscale: #525252. Windows color (decimal): -11510743 or 2710608. OLE color: 2710608.

HSL color Cylindrical-coordinate representation of color #505C29: hue angle of 74.12º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #505C29 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.

Color convert

RGB809241-
CMYK0.1300.550.64
HSL74.12º38.35%26.08%-
HSV(B)74.12º55.43%36.08%-
XYZ7.549.523.54-
YUV82.6104.52126.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 92 (36.33% from 255) = 43.19%
BLUE value IS 41 (16.41% from 255) = 19.25%
R=37.56%
G=43.19%
B=19.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8092410.1300.550.6474.1238.3526.08
Hex505C29D037404a261a
Octal12013451150671001124632
Binary10100001011100101001110101101111000000100101010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #505C29;
 }
 .AnyTagClassName
 {
   color: #505C29;
 }
</style>
background-color css

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

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

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

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

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

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