Html Css Color HEX #515629 Saratoga

📋 copy color: '#515629'

red 81 ◦ green 86 ◦ blue 41

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

Shades of Saratoga #515629

Tints of Saratoga #515629

RGB

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

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

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

R = 38.94%
G = 41.35%
B = 19.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#515629 (or 0x515629) is known color: Saratoga. HEX triplet: 51, 56 and 29. RGB value is (81,86,41). Sum of RGB (Red+Green+Blue) = 81+86+41=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 86 - color contains mainly: green. Hex color #515629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515629 is #AEA9D6. Grayscale: #4F4F4F. Windows color (decimal): -11446743 or 2709073. OLE color: 2709073.

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

Color convert

RGB 81 86 41 -
CMYK 0.06 0 0.52 0.66
HSL 66.67º 0.35% 0.25% -
HSV(B) 66.67º 0.52% 0.34% -
XYZ 7.12 8.57 3.38 -
YUV 79.38 106.34 129.16 -
System Red Green Blue C M Y K H S L
Decimal 81 86 41 0.06 0 0.52 0.66 66.67 0.35 0.25
Hex 51 56 29 6 0 34 42 43 23 19
Octal 121 126 51 6 0 64 102 103 43 31
Binary 1010001 1010110 101001 110 0 110100 1000010 1000011 100011 11001

Color Harmonies of #515629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515629

Black with #515629

Text Example


Text Example

White with #515629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515629; }

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

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

background-color css

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

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

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

border-color css

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

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

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