Html Css Color HEX #50592C Saratoga

📋 copy color: '#50592C'

red 80 ◦ green 89 ◦ blue 44

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

Shades of Saratoga #50592C

Tints of Saratoga #50592C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.78%

 BLUE value IS 44 (17.58% from 255) = 20.66%

R = 37.56%
G = 41.78%
B = 20.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#50592C (or 0x50592C) is known color: Saratoga. HEX triplet: 50, 59 and 2C. RGB value is (80,89,44). Sum of RGB (Red+Green+Blue) = 80+89+44=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #50592C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50592C is #AFA6D3. Grayscale: #515151. Windows color (decimal): -11511508 or 2906448. OLE color: 2906448.

HSL color Cylindrical-coordinate representation of color #50592C: hue angle of 72º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50592C is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 89 44 -
CMYK 0.10 0 0.51 0.65
HSL 72º 0.34% 0.26% -
HSV(B) 72º 0.51% 0.35% -
XYZ 7.34 9.03 3.74 -
YUV 81.18 107.02 127.16 -
System Red Green Blue C M Y K H S L
Decimal 80 89 44 0.10 0 0.51 0.65 72 0.34 0.26
Hex 50 59 2C A 0 33 41 48 22 1A
Octal 120 131 54 12 0 63 101 110 42 32
Binary 1010000 1011001 101100 1010 0 110011 1000001 1001000 100010 11010

Color Harmonies of #50592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50592C

Black with #50592C

Text Example


Text Example

White with #50592C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50592C; }

 p { color: rgb(80,89,44); }

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

background-color css

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

 a { background-color: rgb(80,89,44); }

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

border-color css

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

 span { border-color: rgb(80,89,44); }

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