Html Css Color HEX #515833 Saratoga

📋 copy color: '#515833'

red 81 ◦ green 88 ◦ blue 51

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

Shades of Saratoga #515833

Tints of Saratoga #515833

RGB

 RED value IS 81 (32.03% from 255) = 36.82%

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

 BLUE value IS 51 (20.31% from 255) = 23.18%

R = 36.82%
G = 40%
B = 23.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#515833 (or 0x515833) is known color: Saratoga. HEX triplet: 51, 58 and 33. RGB value is (81,88,51). Sum of RGB (Red+Green+Blue) = 81+88+51=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 88 - color contains mainly: green. Hex color #515833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515833 is #AEA7CC. Grayscale: #515151. Windows color (decimal): -11446221 or 3364945. OLE color: 3364945.

HSL color Cylindrical-coordinate representation of color #515833: hue angle of 71.35º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #515833 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 88 51 -
CMYK 0.08 0 0.42 0.65
HSL 71.35º 0.27% 0.27% -
HSV(B) 71.35º 0.42% 0.35% -
XYZ 7.48 8.97 4.47 -
YUV 81.69 110.68 127.51 -
System Red Green Blue C M Y K H S L
Decimal 81 88 51 0.08 0 0.42 0.65 71.35 0.27 0.27
Hex 51 58 33 8 0 2A 41 47 1B 1B
Octal 121 130 63 10 0 52 101 107 33 33
Binary 1010001 1011000 110011 1000 0 101010 1000001 1000111 11011 11011

Color Harmonies of #515833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515833

Black with #515833

Text Example


Text Example

White with #515833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515833; }

 p { color: rgb(81,88,51); }

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

background-color css

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

 a { background-color: rgb(81,88,51); }

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

border-color css

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

 span { border-color: rgb(81,88,51); }

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