Html Css Color HEX #525925 Saratoga

📋 copy color: '#525925'

red 82 ◦ green 89 ◦ blue 37

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

Shades of Saratoga #525925

Tints of Saratoga #525925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.79%

R = 39.42%
G = 42.79%
B = 17.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#525925 (or 0x525925) is known color: Saratoga. HEX triplet: 52, 59 and 25. RGB value is (82,89,37). Sum of RGB (Red+Green+Blue) = 82+89+37=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 89 - color contains mainly: green. Hex color #525925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525925 is #ADA6DA. Grayscale: #515151. Windows color (decimal): -11380443 or 2447698. OLE color: 2447698.

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

Color convert

RGB 82 89 37 -
CMYK 0.08 0 0.58 0.65
HSL 68.08º 0.41% 0.25% -
HSV(B) 68.08º 0.58% 0.35% -
XYZ 7.39 9.07 3.11 -
YUV 80.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 82 89 37 0.08 0 0.58 0.65 68.08 0.41 0.25
Hex 52 59 25 8 0 3A 41 44 29 19
Octal 122 131 45 10 0 72 101 104 51 31
Binary 1010010 1011001 100101 1000 0 111010 1000001 1000100 101001 11001

Color Harmonies of #525925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525925

Black with #525925

Text Example


Text Example

White with #525925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525925; }

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

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

background-color css

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

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

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

border-color css

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

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

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