Html Css Color HEX #515527 Saratoga

📋 copy color: '#515527'

red 81 ◦ green 85 ◦ blue 39

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

Shades of Saratoga #515527

Tints of Saratoga #515527

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.46%

 BLUE value IS 39 (15.63% from 255) = 19.02%

R = 39.51%
G = 41.46%
B = 19.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#515527 (or 0x515527) is known color: Saratoga. HEX triplet: 51, 55 and 27. RGB value is (81,85,39). Sum of RGB (Red+Green+Blue) = 81+85+39=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #515527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515527 is #AEAAD8. Grayscale: #4E4E4E. Windows color (decimal): -11447001 or 2577745. OLE color: 2577745.

HSL color Cylindrical-coordinate representation of color #515527: hue angle of 65.22º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #515527 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 85 39 -
CMYK 0.05 0 0.54 0.67
HSL 65.22º 0.37% 0.24% -
HSV(B) 65.22º 0.54% 0.33% -
XYZ 7.01 8.39 3.17 -
YUV 78.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 81 85 39 0.05 0 0.54 0.67 65.22 0.37 0.24
Hex 51 55 27 5 0 36 43 41 25 18
Octal 121 125 47 5 0 66 103 101 45 30
Binary 1010001 1010101 100111 101 0 110110 1000011 1000001 100101 11000

Color Harmonies of #515527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515527

Black with #515527

Text Example


Text Example

White with #515527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515527; }

 p { color: rgb(81,85,39); }

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

background-color css

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

 a { background-color: rgb(81,85,39); }

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

border-color css

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

 span { border-color: rgb(81,85,39); }

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