Html Css Color HEX #505829 Saratoga

📋 copy color: '#505829'

red 80 ◦ green 88 ◦ blue 41

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

Shades of Saratoga #505829

Tints of Saratoga #505829

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.11%

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

R = 38.28%
G = 42.11%
B = 19.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#505829 (or 0x505829) is known color: Saratoga. HEX triplet: 50, 58 and 29. RGB value is (80,88,41). Sum of RGB (Red+Green+Blue) = 80+88+41=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #505829 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505829 is #AFA7D6. Grayscale: #505050. Windows color (decimal): -11511767 or 2709584. OLE color: 2709584.

HSL color Cylindrical-coordinate representation of color #505829: hue angle of 70.21º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #505829 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 88 41 -
CMYK 0.09 0 0.53 0.65
HSL 70.21º 0.36% 0.25% -
HSV(B) 70.21º 0.53% 0.35% -
XYZ 7.2 8.85 3.43 -
YUV 80.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 80 88 41 0.09 0 0.53 0.65 70.21 0.36 0.25
Hex 50 58 29 9 0 35 41 46 24 19
Octal 120 130 51 11 0 65 101 106 44 31
Binary 1010000 1011000 101001 1001 0 110101 1000001 1000110 100100 11001

Color Harmonies of #505829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505829

Black with #505829

Text Example


Text Example

White with #505829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505829; }

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

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

background-color css

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

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

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

border-color css

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

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

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