Html Css Color HEX #525825 Saratoga

📋 copy color: '#525825'

red 82 ◦ green 88 ◦ blue 37

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

Shades of Saratoga #525825

Tints of Saratoga #525825

RGB

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

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

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

R = 39.61%
G = 42.51%
B = 17.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#525825 (or 0x525825) is known color: Saratoga. HEX triplet: 52, 58 and 25. RGB value is (82,88,37). Sum of RGB (Red+Green+Blue) = 82+88+37=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #525825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525825 is #ADA7DA. Grayscale: #505050. Windows color (decimal): -11380699 or 2447442. OLE color: 2447442.

HSL color Cylindrical-coordinate representation of color #525825: hue angle of 67.06º 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 #525825 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 37 -
CMYK 0.07 0 0.58 0.65
HSL 67.06º 0.41% 0.25% -
HSV(B) 67.06º 0.58% 0.35% -
XYZ 7.3 8.91 3.08 -
YUV 80.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 82 88 37 0.07 0 0.58 0.65 67.06 0.41 0.25
Hex 52 58 25 7 0 3A 41 43 29 19
Octal 122 130 45 7 0 72 101 103 51 31
Binary 1010010 1011000 100101 111 0 111010 1000001 1000011 101001 11001

Color Harmonies of #525825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525825

Black with #525825

Text Example


Text Example

White with #525825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525825; }

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

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

background-color css

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

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

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

border-color css

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

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

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