Html Css Color HEX #515327 Saratoga

📋 copy color: '#515327'

red 81 ◦ green 83 ◦ blue 39

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

Shades of Saratoga #515327

Tints of Saratoga #515327

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.89%

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

R = 39.9%
G = 40.89%
B = 19.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#515327 (or 0x515327) is known color: Saratoga. HEX triplet: 51, 53 and 27. RGB value is (81,83,39). Sum of RGB (Red+Green+Blue) = 81+83+39=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #515327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515327 is #AEACD8. Grayscale: #4D4D4D. Windows color (decimal): -11447513 or 2577233. OLE color: 2577233.

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

Color convert

RGB 81 83 39 -
CMYK 0.02 0 0.53 0.67
HSL 62.73º 0.36% 0.24% -
HSV(B) 62.73º 0.53% 0.33% -
XYZ 6.85 8.08 3.12 -
YUV 77.39 106.34 130.58 -
System Red Green Blue C M Y K H S L
Decimal 81 83 39 0.02 0 0.53 0.67 62.73 0.36 0.24
Hex 51 53 27 2 0 35 43 3F 24 18
Octal 121 123 47 2 0 65 103 77 44 30
Binary 1010001 1010011 100111 10 0 110101 1000011 111111 100100 11000

Color Harmonies of #515327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515327

Black with #515327

Text Example


Text Example

White with #515327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515327; }

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

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

background-color css

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

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

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

border-color css

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

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

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