Html Css Color HEX #525A31 Saratoga

📋 copy color: '#525A31'

red 82 ◦ green 90 ◦ blue 49

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

Shades of Saratoga #525A31

Tints of Saratoga #525A31

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.72%

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

R = 37.1%
G = 40.72%
B = 22.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#525A31 (or 0x525A31) is known color: Saratoga. HEX triplet: 52, 5A and 31. RGB value is (82,90,49). Sum of RGB (Red+Green+Blue) = 82+90+49=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 90 - color contains mainly: green. Hex color #525A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A31 is #ADA5CE. Grayscale: #535353. Windows color (decimal): -11380175 or 3234386. OLE color: 3234386.

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

Color convert

RGB 82 90 49 -
CMYK 0.09 0 0.46 0.65
HSL 71.71º 0.29% 0.27% -
HSV(B) 71.71º 0.46% 0.35% -
XYZ 7.69 9.33 4.3 -
YUV 82.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 82 90 49 0.09 0 0.46 0.65 71.71 0.29 0.27
Hex 52 5A 31 9 0 2E 41 48 1D 1B
Octal 122 132 61 11 0 56 101 110 35 33
Binary 1010010 1011010 110001 1001 0 101110 1000001 1001000 11101 11011

Color Harmonies of #525A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525A31

Black with #525A31

Text Example


Text Example

White with #525A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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