Html Css Color HEX #50582C Saratoga

📋 copy color: '#50582C'

red 80 ◦ green 88 ◦ blue 44

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

Shades of Saratoga #50582C

Tints of Saratoga #50582C

RGB

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

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

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

R = 37.74%
G = 41.51%
B = 20.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#50582C (or 0x50582C) is known color: Saratoga. HEX triplet: 50, 58 and 2C. RGB value is (80,88,44). Sum of RGB (Red+Green+Blue) = 80+88+44=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #50582C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50582C is #AFA7D3. Grayscale: #505050. Windows color (decimal): -11511764 or 2906192. OLE color: 2906192.

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

Color convert

RGB 80 88 44 -
CMYK 0.09 0 0.5 0.65
HSL 70.91º 0.33% 0.26% -
HSV(B) 70.91º 0.5% 0.35% -
XYZ 7.25 8.87 3.71 -
YUV 80.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 80 88 44 0.09 0 0.5 0.65 70.91 0.33 0.26
Hex 50 58 2C 9 0 32 41 47 21 1A
Octal 120 130 54 11 0 62 101 107 41 32
Binary 1010000 1011000 101100 1001 0 110010 1000001 1000111 100001 11010

Color Harmonies of #50582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50582C

Black with #50582C

Text Example


Text Example

White with #50582C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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