Html Css Color HEX #525531 Saratoga

📋 copy color: '#525531'

red 82 ◦ green 85 ◦ blue 49

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

Shades of Saratoga #525531

Tints of Saratoga #525531

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.35%

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

R = 37.96%
G = 39.35%
B = 22.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#525531 (or 0x525531) is known color: Saratoga. HEX triplet: 52, 55 and 31. RGB value is (82,85,49). Sum of RGB (Red+Green+Blue) = 82+85+49=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #525531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525531 is #ADAACE. Grayscale: #505050. Windows color (decimal): -11381455 or 3233106. OLE color: 3233106.

HSL color Cylindrical-coordinate representation of color #525531: hue angle of 65º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #525531 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 85 49 -
CMYK 0.04 0 0.42 0.67
HSL 65º 0.27% 0.26% -
HSV(B) 65º 0.42% 0.33% -
XYZ 7.28 8.51 4.16 -
YUV 80 110.51 129.43 -
System Red Green Blue C M Y K H S L
Decimal 82 85 49 0.04 0 0.42 0.67 65 0.27 0.26
Hex 52 55 31 4 0 2A 43 41 1B 1A
Octal 122 125 61 4 0 52 103 101 33 32
Binary 1010010 1010101 110001 100 0 101010 1000011 1000001 11011 11010

Color Harmonies of #525531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525531

Black with #525531

Text Example


Text Example

White with #525531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525531; }

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

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

background-color css

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

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

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

border-color css

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

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

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