Html Css Color HEX #525935 Saratoga

📋 copy color: '#525935'

red 82 ◦ green 89 ◦ blue 53

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

Shades of Saratoga #525935

Tints of Saratoga #525935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.66%

R = 36.61%
G = 39.73%
B = 23.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#525935 (or 0x525935) is known color: Saratoga. HEX triplet: 52, 59 and 35. RGB value is (82,89,53). Sum of RGB (Red+Green+Blue) = 82+89+53=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #525935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525935 is #ADA6CA. Grayscale: #525252. Windows color (decimal): -11380427 or 3496274. OLE color: 3496274.

HSL color Cylindrical-coordinate representation of color #525935: hue angle of 71.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #525935 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 89 53 -
CMYK 0.08 0 0.40 0.65
HSL 71.67º 0.25% 0.28% -
HSV(B) 71.67º 0.4% 0.35% -
XYZ 7.69 9.2 4.74 -
YUV 82.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 82 89 53 0.08 0 0.40 0.65 71.67 0.25 0.28
Hex 52 59 35 8 0 28 41 48 19 1C
Octal 122 131 65 10 0 50 101 110 31 34
Binary 1010010 1011001 110101 1000 0 101000 1000001 1001000 11001 11100

Color Harmonies of #525935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525935

Black with #525935

Text Example


Text Example

White with #525935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525935; }

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

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

background-color css

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

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

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

border-color css

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

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

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