Html Css Color HEX #515825 Saratoga

📋 copy color: '#515825'

red 81 ◦ green 88 ◦ blue 37

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

Shades of Saratoga #515825

Tints of Saratoga #515825

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.72%

 BLUE value IS 37 (14.84% from 255) = 17.96%

R = 39.32%
G = 42.72%
B = 17.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#515825 (or 0x515825) is known color: Saratoga. HEX triplet: 51, 58 and 25. RGB value is (81,88,37). Sum of RGB (Red+Green+Blue) = 81+88+37=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 88 - color contains mainly: green. Hex color #515825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515825 is #AEA7DA. Grayscale: #505050. Windows color (decimal): -11446235 or 2447441. OLE color: 2447441.

HSL color Cylindrical-coordinate representation of color #515825: hue angle of 68.24º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #515825 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 88 37 -
CMYK 0.08 0 0.58 0.65
HSL 68.24º 0.41% 0.25% -
HSV(B) 68.24º 0.58% 0.35% -
XYZ 7.22 8.86 3.08 -
YUV 80.09 103.68 128.65 -
System Red Green Blue C M Y K H S L
Decimal 81 88 37 0.08 0 0.58 0.65 68.24 0.41 0.25
Hex 51 58 25 8 0 3A 41 44 29 19
Octal 121 130 45 10 0 72 101 104 51 31
Binary 1010001 1011000 100101 1000 0 111010 1000001 1000100 101001 11001

Color Harmonies of #515825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515825

Black with #515825

Text Example


Text Example

White with #515825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515825; }

 p { color: rgb(81,88,37); }

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

background-color css

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

 a { background-color: rgb(81,88,37); }

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

border-color css

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

 span { border-color: rgb(81,88,37); }

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