Html Css Color HEX #525924 Saratoga

📋 copy color: '#525924'

red 82 ◦ green 89 ◦ blue 36

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

Shades of Saratoga #525924

Tints of Saratoga #525924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.39%

R = 39.61%
G = 43%
B = 17.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#525924 (or 0x525924) is known color: Saratoga. HEX triplet: 52, 59 and 24. RGB value is (82,89,36). Sum of RGB (Red+Green+Blue) = 82+89+36=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 36 (14.45% from 255 or 17.39% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #525924 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525924 is #ADA6DB. Grayscale: #515151. Windows color (decimal): -11380444 or 2382162. OLE color: 2382162.

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

Color convert

RGB 82 89 36 -
CMYK 0.08 0 0.60 0.65
HSL 67.92º 0.42% 0.25% -
HSV(B) 67.92º 0.6% 0.35% -
XYZ 7.37 9.07 3.03 -
YUV 80.87 102.68 128.81 -
System Red Green Blue C M Y K H S L
Decimal 82 89 36 0.08 0 0.60 0.65 67.92 0.42 0.25
Hex 52 59 24 8 0 3C 41 44 2A 19
Octal 122 131 44 10 0 74 101 104 52 31
Binary 1010010 1011001 100100 1000 0 111100 1000001 1000100 101010 11001

Color Harmonies of #525924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525924

Black with #525924

Text Example


Text Example

White with #525924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525924; }

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

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

background-color css

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

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

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

border-color css

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

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

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