Html Css Color HEX #505834 Saratoga

📋 copy color: '#505834'

red 80 ◦ green 88 ◦ blue 52

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

Shades of Saratoga #505834

Tints of Saratoga #505834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.64%

R = 36.36%
G = 40%
B = 23.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#505834 (or 0x505834) is known color: Saratoga. HEX triplet: 50, 58 and 34. RGB value is (80,88,52). Sum of RGB (Red+Green+Blue) = 80+88+52=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 88 - color contains mainly: green. Hex color #505834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505834 is #AFA7CB. Grayscale: #515151. Windows color (decimal): -11511756 or 3430480. OLE color: 3430480.

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

Color convert

RGB 80 88 52 -
CMYK 0.09 0 0.41 0.65
HSL 73.33º 0.26% 0.27% -
HSV(B) 73.33º 0.41% 0.35% -
XYZ 7.42 8.93 4.58 -
YUV 81.5 111.35 126.93 -
System Red Green Blue C M Y K H S L
Decimal 80 88 52 0.09 0 0.41 0.65 73.33 0.26 0.27
Hex 50 58 34 9 0 29 41 49 1A 1B
Octal 120 130 64 11 0 51 101 111 32 33
Binary 1010000 1011000 110100 1001 0 101001 1000001 1001001 11010 11011

Color Harmonies of #505834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505834

Black with #505834

Text Example


Text Example

White with #505834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505834; }

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

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

background-color css

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

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

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

border-color css

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

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

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