Html Css Color HEX #525731 Saratoga

📋 copy color: '#525731'

red 82 ◦ green 87 ◦ blue 49

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

Shades of Saratoga #525731

Tints of Saratoga #525731

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.91%

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

R = 37.61%
G = 39.91%
B = 22.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#525731 (or 0x525731) is known color: Saratoga. HEX triplet: 52, 57 and 31. RGB value is (82,87,49). Sum of RGB (Red+Green+Blue) = 82+87+49=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 87 - color contains mainly: green. Hex color #525731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525731 is #ADA8CE. Grayscale: #515151. Windows color (decimal): -11380943 or 3233618. OLE color: 3233618.

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

Color convert

RGB 82 87 49 -
CMYK 0.06 0 0.44 0.66
HSL 67.89º 0.28% 0.27% -
HSV(B) 67.89º 0.44% 0.34% -
XYZ 7.44 8.83 4.22 -
YUV 81.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 82 87 49 0.06 0 0.44 0.66 67.89 0.28 0.27
Hex 52 57 31 6 0 2C 42 44 1C 1B
Octal 122 127 61 6 0 54 102 104 34 33
Binary 1010010 1010111 110001 110 0 101100 1000010 1000100 11100 11011

Color Harmonies of #525731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525731

Black with #525731

Text Example


Text Example

White with #525731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525731; }

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

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

background-color css

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

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

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

border-color css

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

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

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