Html Css Color HEX #525631 Saratoga

📋 copy color: '#525631'

red 82 ◦ green 86 ◦ blue 49

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

Shades of Saratoga #525631

Tints of Saratoga #525631

RGB

 RED value IS 82 (32.42% from 255) = 37.79%

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

 BLUE value IS 49 (19.53% from 255) = 22.58%

R = 37.79%
G = 39.63%
B = 22.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#525631 (or 0x525631) is known color: Saratoga. HEX triplet: 52, 56 and 31. RGB value is (82,86,49). Sum of RGB (Red+Green+Blue) = 82+86+49=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 86 - color contains mainly: green. Hex color #525631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525631 is #ADA9CE. Grayscale: #505050. Windows color (decimal): -11381199 or 3233362. OLE color: 3233362.

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

Color convert

RGB 82 86 49 -
CMYK 0.05 0 0.43 0.66
HSL 66.49º 0.27% 0.26% -
HSV(B) 66.49º 0.43% 0.34% -
XYZ 7.36 8.67 4.19 -
YUV 80.59 110.17 129.01 -
System Red Green Blue C M Y K H S L
Decimal 82 86 49 0.05 0 0.43 0.66 66.49 0.27 0.26
Hex 52 56 31 5 0 2B 42 42 1B 1A
Octal 122 126 61 5 0 53 102 102 33 32
Binary 1010010 1010110 110001 101 0 101011 1000010 1000010 11011 11010

Color Harmonies of #525631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525631

Black with #525631

Text Example


Text Example

White with #525631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525631; }

 p { color: rgb(82,86,49); }

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

background-color css

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

 a { background-color: rgb(82,86,49); }

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

border-color css

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

 span { border-color: rgb(82,86,49); }

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