Html Css Color HEX #515826 Saratoga

📋 copy color: '#515826'

red 81 ◦ green 88 ◦ blue 38

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

Shades of Saratoga #515826

Tints of Saratoga #515826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.36%

R = 39.13%
G = 42.51%
B = 18.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#515826 (or 0x515826) is known color: Saratoga. HEX triplet: 51, 58 and 26. RGB value is (81,88,38). Sum of RGB (Red+Green+Blue) = 81+88+38=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #515826 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515826 is #AEA7D9. Grayscale: #505050. Windows color (decimal): -11446234 or 2512977. OLE color: 2512977.

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

Color convert

RGB 81 88 38 -
CMYK 0.08 0 0.57 0.65
HSL 68.4º 0.4% 0.25% -
HSV(B) 68.4º 0.57% 0.35% -
XYZ 7.23 8.87 3.16 -
YUV 80.21 104.18 128.57 -
System Red Green Blue C M Y K H S L
Decimal 81 88 38 0.08 0 0.57 0.65 68.4 0.4 0.25
Hex 51 58 26 8 0 39 41 44 28 19
Octal 121 130 46 10 0 71 101 104 50 31
Binary 1010001 1011000 100110 1000 0 111001 1000001 1000100 101000 11001

Color Harmonies of #515826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515826

Black with #515826

Text Example


Text Example

White with #515826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515826; }

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

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

background-color css

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

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

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

border-color css

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

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

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