Html Css Color HEX #50582E Saratoga

📋 copy color: '#50582E'

red 80 ◦ green 88 ◦ blue 46

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

Shades of Saratoga #50582E

Tints of Saratoga #50582E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.5%

R = 37.38%
G = 41.12%
B = 21.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#50582E (or 0x50582E) is known color: Saratoga. HEX triplet: 50, 58 and 2E. RGB value is (80,88,46). Sum of RGB (Red+Green+Blue) = 80+88+46=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #50582E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50582E is #AFA7D1. Grayscale: #505050. Windows color (decimal): -11511762 or 3037264. OLE color: 3037264.

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

Color convert

RGB 80 88 46 -
CMYK 0.09 0 0.48 0.65
HSL 71.43º 0.31% 0.26% -
HSV(B) 71.43º 0.48% 0.35% -
XYZ 7.29 8.88 3.91 -
YUV 80.82 108.35 127.42 -
System Red Green Blue C M Y K H S L
Decimal 80 88 46 0.09 0 0.48 0.65 71.43 0.31 0.26
Hex 50 58 2E 9 0 30 41 47 1F 1A
Octal 120 130 56 11 0 60 101 107 37 32
Binary 1010000 1011000 101110 1001 0 110000 1000001 1000111 11111 11010

Color Harmonies of #50582E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50582E

Black with #50582E

Text Example


Text Example

White with #50582E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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