Html Css Color HEX #505828 Saratoga

📋 copy color: '#505828'

red 80 ◦ green 88 ◦ blue 40

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

Shades of Saratoga #505828

Tints of Saratoga #505828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.23%

R = 38.46%
G = 42.31%
B = 19.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#505828 (or 0x505828) is known color: Saratoga. HEX triplet: 50, 58 and 28. RGB value is (80,88,40). Sum of RGB (Red+Green+Blue) = 80+88+40=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 88 - color contains mainly: green. Hex color #505828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505828 is #AFA7D7. Grayscale: #505050. Windows color (decimal): -11511768 or 2644048. OLE color: 2644048.

HSL color Cylindrical-coordinate representation of color #505828: hue angle of 70º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #505828 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 88 40 -
CMYK 0.09 0 0.55 0.65
HSL 70º 0.38% 0.25% -
HSV(B) 70º 0.55% 0.35% -
XYZ 7.18 8.84 3.33 -
YUV 80.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 80 88 40 0.09 0 0.55 0.65 70 0.38 0.25
Hex 50 58 28 9 0 37 41 46 26 19
Octal 120 130 50 11 0 67 101 106 46 31
Binary 1010000 1011000 101000 1001 0 110111 1000001 1000110 100110 11001

Color Harmonies of #505828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505828

Black with #505828

Text Example


Text Example

White with #505828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505828; }

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

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

background-color css

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

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

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

border-color css

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

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

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