Html Css Color HEX #50582B Saratoga

📋 copy color: '#50582B'

red 80 ◦ green 88 ◦ blue 43

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

Shades of Saratoga #50582B

Tints of Saratoga #50582B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.38%

R = 37.91%
G = 41.71%
B = 20.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#50582B (or 0x50582B) is known color: Saratoga. HEX triplet: 50, 58 and 2B. RGB value is (80,88,43). Sum of RGB (Red+Green+Blue) = 80+88+43=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 88 - color contains mainly: green. Hex color #50582B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50582B is #AFA7D4. Grayscale: #505050. Windows color (decimal): -11511765 or 2840656. OLE color: 2840656.

HSL color Cylindrical-coordinate representation of color #50582B: hue angle of 70.67º 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 #50582B is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 88 43 -
CMYK 0.09 0 0.51 0.65
HSL 70.67º 0.34% 0.26% -
HSV(B) 70.67º 0.51% 0.35% -
XYZ 7.23 8.86 3.61 -
YUV 80.48 106.85 127.66 -
System Red Green Blue C M Y K H S L
Decimal 80 88 43 0.09 0 0.51 0.65 70.67 0.34 0.26
Hex 50 58 2B 9 0 33 41 47 22 1A
Octal 120 130 53 11 0 63 101 107 42 32
Binary 1010000 1011000 101011 1001 0 110011 1000001 1000111 100010 11010

Color Harmonies of #50582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50582B

Black with #50582B

Text Example


Text Example

White with #50582B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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