Html Css Color HEX #505429 Saratoga

📋 copy color: '#505429'

red 80 ◦ green 84 ◦ blue 41

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

Shades of Saratoga #505429

Tints of Saratoga #505429

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.98%

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

R = 39.02%
G = 40.98%
B = 20%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#505429 (or 0x505429) is known color: Saratoga. HEX triplet: 50, 54 and 29. RGB value is (80,84,41). Sum of RGB (Red+Green+Blue) = 80+84+41=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #505429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505429 is #AFABD6. Grayscale: #4E4E4E. Windows color (decimal): -11512791 or 2708560. OLE color: 2708560.

HSL color Cylindrical-coordinate representation of color #505429: hue angle of 65.58º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #505429 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 84 41 -
CMYK 0.05 0 0.51 0.67
HSL 65.58º 0.34% 0.25% -
HSV(B) 65.58º 0.51% 0.33% -
XYZ 6.88 8.21 3.32 -
YUV 77.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 80 84 41 0.05 0 0.51 0.67 65.58 0.34 0.25
Hex 50 54 29 5 0 33 43 42 22 19
Octal 120 124 51 5 0 63 103 102 42 31
Binary 1010000 1010100 101001 101 0 110011 1000011 1000010 100010 11001

Color Harmonies of #505429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505429

Black with #505429

Text Example


Text Example

White with #505429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505429; }

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

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

background-color css

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

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

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

border-color css

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

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

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