Html Css Color HEX #505832 Saratoga

📋 copy color: '#505832'

red 80 ◦ green 88 ◦ blue 50

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

Shades of Saratoga #505832

Tints of Saratoga #505832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.94%

R = 36.7%
G = 40.37%
B = 22.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#505832 (or 0x505832) is known color: Saratoga. HEX triplet: 50, 58 and 32. RGB value is (80,88,50). Sum of RGB (Red+Green+Blue) = 80+88+50=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #505832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505832 is #AFA7CD. Grayscale: #515151. Windows color (decimal): -11511758 or 3299408. OLE color: 3299408.

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

Color convert

RGB 80 88 50 -
CMYK 0.09 0 0.43 0.65
HSL 72.63º 0.28% 0.27% -
HSV(B) 72.63º 0.43% 0.35% -
XYZ 7.37 8.92 4.35 -
YUV 81.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 80 88 50 0.09 0 0.43 0.65 72.63 0.28 0.27
Hex 50 58 32 9 0 2B 41 49 1C 1B
Octal 120 130 62 11 0 53 101 111 34 33
Binary 1010000 1011000 110010 1001 0 101011 1000001 1001001 11100 11011

Color Harmonies of #505832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505832

Black with #505832

Text Example


Text Example

White with #505832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505832; }

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

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

background-color css

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

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

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

border-color css

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

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

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