Html Css Color HEX #525832 Saratoga

📋 copy color: '#525832'

red 82 ◦ green 88 ◦ blue 50

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

Shades of Saratoga #525832

Tints of Saratoga #525832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.73%

R = 37.27%
G = 40%
B = 22.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#525832 (or 0x525832) is known color: Saratoga. HEX triplet: 52, 58 and 32. RGB value is (82,88,50). Sum of RGB (Red+Green+Blue) = 82+88+50=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 88 - color contains mainly: green. Hex color #525832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525832 is #ADA7CD. Grayscale: #525252. Windows color (decimal): -11380686 or 3299410. OLE color: 3299410.

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

Color convert

RGB 82 88 50 -
CMYK 0.07 0 0.43 0.65
HSL 69.47º 0.28% 0.27% -
HSV(B) 69.47º 0.43% 0.35% -
XYZ 7.55 9 4.36 -
YUV 81.87 110.01 128.09 -
System Red Green Blue C M Y K H S L
Decimal 82 88 50 0.07 0 0.43 0.65 69.47 0.28 0.27
Hex 52 58 32 7 0 2B 41 45 1C 1B
Octal 122 130 62 7 0 53 101 105 34 33
Binary 1010010 1011000 110010 111 0 101011 1000001 1000101 11100 11011

Color Harmonies of #525832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525832

Black with #525832

Text Example


Text Example

White with #525832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525832; }

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

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

background-color css

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

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

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

border-color css

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

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

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