Html Css Color HEX #525931 Saratoga

📋 copy color: '#525931'

red 82 ◦ green 89 ◦ blue 49

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

Shades of Saratoga #525931

Tints of Saratoga #525931

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.45%

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

R = 37.27%
G = 40.45%
B = 22.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#525931 (or 0x525931) is known color: Saratoga. HEX triplet: 52, 59 and 31. RGB value is (82,89,49). Sum of RGB (Red+Green+Blue) = 82+89+49=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 89 - color contains mainly: green. Hex color #525931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525931 is #ADA6CE. Grayscale: #525252. Windows color (decimal): -11380431 or 3234130. OLE color: 3234130.

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

Color convert

RGB 82 89 49 -
CMYK 0.08 0 0.45 0.65
HSL 70.5º 0.29% 0.27% -
HSV(B) 70.5º 0.45% 0.35% -
XYZ 7.61 9.16 4.27 -
YUV 82.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 82 89 49 0.08 0 0.45 0.65 70.5 0.29 0.27
Hex 52 59 31 8 0 2D 41 46 1D 1B
Octal 122 131 61 10 0 55 101 106 35 33
Binary 1010010 1011001 110001 1000 0 101101 1000001 1000110 11101 11011

Color Harmonies of #525931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525931

Black with #525931

Text Example


Text Example

White with #525931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525931; }

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

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

background-color css

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

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

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

border-color css

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

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

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