Html Css Color HEX #505633 Saratoga

📋 copy color: '#505633'

red 80 ◦ green 86 ◦ blue 51

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

Shades of Saratoga #505633

Tints of Saratoga #505633

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.63%

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

R = 36.87%
G = 39.63%
B = 23.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.66

RGB Variations

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

Color information

#505633 (or 0x505633) is known color: Saratoga. HEX triplet: 50, 56 and 33. RGB value is (80,86,51). Sum of RGB (Red+Green+Blue) = 80+86+51=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 86 - color contains mainly: green. Hex color #505633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505633 is #AFA9CC. Grayscale: #505050. Windows color (decimal): -11512269 or 3364432. OLE color: 3364432.

HSL color Cylindrical-coordinate representation of color #505633: hue angle of 70.29º 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 #505633 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 86 51 -
CMYK 0.07 0 0.41 0.66
HSL 70.29º 0.26% 0.27% -
HSV(B) 70.29º 0.41% 0.34% -
XYZ 7.23 8.6 4.41 -
YUV 80.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 80 86 51 0.07 0 0.41 0.66 70.29 0.26 0.27
Hex 50 56 33 7 0 29 42 46 1A 1B
Octal 120 126 63 7 0 51 102 106 32 33
Binary 1010000 1010110 110011 111 0 101001 1000010 1000110 11010 11011

Color Harmonies of #505633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505633

Black with #505633

Text Example


Text Example

White with #505633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505633; }

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

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

background-color css

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

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

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

border-color css

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

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

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