Html Css Color HEX #515633 Saratoga

📋 copy color: '#515633'

red 81 ◦ green 86 ◦ blue 51

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

Shades of Saratoga #515633

Tints of Saratoga #515633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.39%

R = 37.16%
G = 39.45%
B = 23.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.66

RGB Variations

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

Color information

#515633 (or 0x515633) is known color: Saratoga. HEX triplet: 51, 56 and 33. RGB value is (81,86,51). Sum of RGB (Red+Green+Blue) = 81+86+51=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 86 - color contains mainly: green. Hex color #515633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515633 is #AEA9CC. Grayscale: #505050. Windows color (decimal): -11446733 or 3364433. OLE color: 3364433.

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

Color convert

RGB 81 86 51 -
CMYK 0.06 0 0.41 0.66
HSL 68.57º 0.26% 0.27% -
HSV(B) 68.57º 0.41% 0.34% -
XYZ 7.32 8.64 4.41 -
YUV 80.52 111.34 128.35 -
System Red Green Blue C M Y K H S L
Decimal 81 86 51 0.06 0 0.41 0.66 68.57 0.26 0.27
Hex 51 56 33 6 0 29 42 45 1A 1B
Octal 121 126 63 6 0 51 102 105 32 33
Binary 1010001 1010110 110011 110 0 101001 1000010 1000101 11010 11011

Color Harmonies of #515633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515633

Black with #515633

Text Example


Text Example

White with #515633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515633; }

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

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

background-color css

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

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

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

border-color css

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

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

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