Html Css Color HEX #525831 Saratoga

📋 copy color: '#525831'

red 82 ◦ green 88 ◦ blue 49

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

Shades of Saratoga #525831

Tints of Saratoga #525831

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.18%

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

R = 37.44%
G = 40.18%
B = 22.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#525831 (or 0x525831) is known color: Saratoga. HEX triplet: 52, 58 and 31. RGB value is (82,88,49). Sum of RGB (Red+Green+Blue) = 82+88+49=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 88 - color contains mainly: green. Hex color #525831 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525831 is #ADA7CE. Grayscale: #515151. Windows color (decimal): -11380687 or 3233874. OLE color: 3233874.

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

Color convert

RGB 82 88 49 -
CMYK 0.07 0 0.44 0.65
HSL 69.23º 0.28% 0.27% -
HSV(B) 69.23º 0.44% 0.35% -
XYZ 7.52 9 4.25 -
YUV 81.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 82 88 49 0.07 0 0.44 0.65 69.23 0.28 0.27
Hex 52 58 31 7 0 2C 41 45 1C 1B
Octal 122 130 61 7 0 54 101 105 34 33
Binary 1010010 1011000 110001 111 0 101100 1000001 1000101 11100 11011

Color Harmonies of #525831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525831

Black with #525831

Text Example


Text Example

White with #525831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525831; }

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

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

background-color css

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

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

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

border-color css

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

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

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