Html Css Color HEX #50582D Saratoga

📋 copy color: '#50582D'

red 80 ◦ green 88 ◦ blue 45

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

Shades of Saratoga #50582D

Tints of Saratoga #50582D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.13%

R = 37.56%
G = 41.31%
B = 21.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#50582D (or 0x50582D) is known color: Saratoga. HEX triplet: 50, 58 and 2D. RGB value is (80,88,45). Sum of RGB (Red+Green+Blue) = 80+88+45=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 88 - color contains mainly: green. Hex color #50582D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50582D is #AFA7D2. Grayscale: #505050. Windows color (decimal): -11511763 or 2971728. OLE color: 2971728.

HSL color Cylindrical-coordinate representation of color #50582D: hue angle of 71.16º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50582D is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 88 45 -
CMYK 0.09 0 0.49 0.65
HSL 71.16º 0.32% 0.26% -
HSV(B) 71.16º 0.49% 0.35% -
XYZ 7.27 8.87 3.81 -
YUV 80.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 80 88 45 0.09 0 0.49 0.65 71.16 0.32 0.26
Hex 50 58 2D 9 0 31 41 47 20 1A
Octal 120 130 55 11 0 61 101 107 40 32
Binary 1010000 1011000 101101 1001 0 110001 1000001 1000111 100000 11010

Color Harmonies of #50582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50582D

Black with #50582D

Text Example


Text Example

White with #50582D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50582D; }

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

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

background-color css

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

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

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

border-color css

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

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

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