Html Css Color HEX #515532 Saratoga

📋 copy color: '#515532'

red 81 ◦ green 85 ◦ blue 50

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

Shades of Saratoga #515532

Tints of Saratoga #515532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.15%

R = 37.5%
G = 39.35%
B = 23.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#515532 (or 0x515532) is known color: Saratoga. HEX triplet: 51, 55 and 32. RGB value is (81,85,50). Sum of RGB (Red+Green+Blue) = 81+85+50=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #515532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515532 is #AEAACD. Grayscale: #4F4F4F. Windows color (decimal): -11446990 or 3298641. OLE color: 3298641.

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

Color convert

RGB 81 85 50 -
CMYK 0.05 0 0.41 0.67
HSL 66.86º 0.26% 0.26% -
HSV(B) 66.86º 0.41% 0.33% -
XYZ 7.22 8.48 4.27 -
YUV 79.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 81 85 50 0.05 0 0.41 0.67 66.86 0.26 0.26
Hex 51 55 32 5 0 29 43 43 1A 1A
Octal 121 125 62 5 0 51 103 103 32 32
Binary 1010001 1010101 110010 101 0 101001 1000011 1000011 11010 11010

Color Harmonies of #515532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515532

Black with #515532

Text Example


Text Example

White with #515532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515532; }

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

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

background-color css

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

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

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

border-color css

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

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

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