Html Css Color HEX #515634 Saratoga

📋 copy color: '#515634'

red 81 ◦ green 86 ◦ blue 52

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

Shades of Saratoga #515634

Tints of Saratoga #515634

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.27%

 BLUE value IS 52 (20.7% from 255) = 23.74%

R = 36.99%
G = 39.27%
B = 23.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.66

RGB Variations

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

Color information

#515634 (or 0x515634) is known color: Saratoga. HEX triplet: 51, 56 and 34. RGB value is (81,86,52). Sum of RGB (Red+Green+Blue) = 81+86+52=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 86 - color contains mainly: green. Hex color #515634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515634 is #AEA9CB. Grayscale: #505050. Windows color (decimal): -11446732 or 3429969. OLE color: 3429969.

HSL color Cylindrical-coordinate representation of color #515634: hue angle of 68.82º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #515634 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 86 52 -
CMYK 0.06 0 0.40 0.66
HSL 68.82º 0.25% 0.27% -
HSV(B) 68.82º 0.4% 0.34% -
XYZ 7.34 8.65 4.53 -
YUV 80.63 111.84 128.26 -
System Red Green Blue C M Y K H S L
Decimal 81 86 52 0.06 0 0.40 0.66 68.82 0.25 0.27
Hex 51 56 34 6 0 28 42 45 19 1B
Octal 121 126 64 6 0 50 102 105 31 33
Binary 1010001 1010110 110100 110 0 101000 1000010 1000101 11001 11011

Color Harmonies of #515634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515634

Black with #515634

Text Example


Text Example

White with #515634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515634; }

 p { color: rgb(81,86,52); }

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

background-color css

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

 a { background-color: rgb(81,86,52); }

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

border-color css

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

 span { border-color: rgb(81,86,52); }

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