Html Css Color HEX #505733 Saratoga

📋 copy color: '#505733'

red 80 ◦ green 87 ◦ blue 51

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

Shades of Saratoga #505733

Tints of Saratoga #505733

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.91%

 BLUE value IS 51 (20.31% from 255) = 23.39%

R = 36.7%
G = 39.91%
B = 23.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.66

RGB Variations

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

Color information

#505733 (or 0x505733) is known color: Saratoga. HEX triplet: 50, 57 and 33. RGB value is (80,87,51). Sum of RGB (Red+Green+Blue) = 80+87+51=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 87 - color contains mainly: green. Hex color #505733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505733 is #AFA8CC. Grayscale: #505050. Windows color (decimal): -11512013 or 3364688. OLE color: 3364688.

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

Color convert

RGB 80 87 51 -
CMYK 0.08 0 0.41 0.66
HSL 71.67º 0.26% 0.27% -
HSV(B) 71.67º 0.41% 0.34% -
XYZ 7.31 8.76 4.44 -
YUV 80.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 80 87 51 0.08 0 0.41 0.66 71.67 0.26 0.27
Hex 50 57 33 8 0 29 42 48 1A 1B
Octal 120 127 63 10 0 51 102 110 32 33
Binary 1010000 1010111 110011 1000 0 101001 1000010 1001000 11010 11011

Color Harmonies of #505733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505733

Black with #505733

Text Example


Text Example

White with #505733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505733; }

 p { color: rgb(80,87,51); }

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

background-color css

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

 a { background-color: rgb(80,87,51); }

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

border-color css

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

 span { border-color: rgb(80,87,51); }

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