Html Css Color HEX #515529 Saratoga

📋 copy color: '#515529'

red 81 ◦ green 85 ◦ blue 41

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

Shades of Saratoga #515529

Tints of Saratoga #515529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.81%

R = 39.13%
G = 41.06%
B = 19.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#515529 (or 0x515529) is known color: Saratoga. HEX triplet: 51, 55 and 29. RGB value is (81,85,41). Sum of RGB (Red+Green+Blue) = 81+85+41=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #515529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515529 is #AEAAD6. Grayscale: #4E4E4E. Windows color (decimal): -11446999 or 2708817. OLE color: 2708817.

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

Color convert

RGB 81 85 41 -
CMYK 0.05 0 0.52 0.67
HSL 65.45º 0.35% 0.25% -
HSV(B) 65.45º 0.52% 0.33% -
XYZ 7.04 8.41 3.35 -
YUV 78.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 81 85 41 0.05 0 0.52 0.67 65.45 0.35 0.25
Hex 51 55 29 5 0 34 43 41 23 19
Octal 121 125 51 5 0 64 103 101 43 31
Binary 1010001 1010101 101001 101 0 110100 1000011 1000001 100011 11001

Color Harmonies of #515529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515529

Black with #515529

Text Example


Text Example

White with #515529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515529; }

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

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

background-color css

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

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

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

border-color css

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

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

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