Html Css Color HEX #50542A Saratoga

📋 copy color: '#50542A'

red 80 ◦ green 84 ◦ blue 42

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

Shades of Saratoga #50542A

Tints of Saratoga #50542A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.78%

 BLUE value IS 42 (16.8% from 255) = 20.39%

R = 38.83%
G = 40.78%
B = 20.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#50542A (or 0x50542A) is known color: Saratoga. HEX triplet: 50, 54 and 2A. RGB value is (80,84,42). Sum of RGB (Red+Green+Blue) = 80+84+42=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #50542A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50542A is #AFABD5. Grayscale: #4E4E4E. Windows color (decimal): -11512790 or 2774096. OLE color: 2774096.

HSL color Cylindrical-coordinate representation of color #50542A: hue angle of 65.71º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50542A is Cyan = 0.05, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 84 42 -
CMYK 0.05 0 0.5 0.67
HSL 65.71º 0.33% 0.25% -
HSV(B) 65.71º 0.5% 0.33% -
XYZ 6.9 8.21 3.41 -
YUV 78.02 107.67 129.42 -
System Red Green Blue C M Y K H S L
Decimal 80 84 42 0.05 0 0.5 0.67 65.71 0.33 0.25
Hex 50 54 2A 5 0 32 43 42 21 19
Octal 120 124 52 5 0 62 103 102 41 31
Binary 1010000 1010100 101010 101 0 110010 1000011 1000010 100001 11001

Color Harmonies of #50542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50542A

Black with #50542A

Text Example


Text Example

White with #50542A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50542A; }

 p { color: rgb(80,84,42); }

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

background-color css

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

 a { background-color: rgb(80,84,42); }

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

border-color css

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

 span { border-color: rgb(80,84,42); }

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