Html Css Color HEX #525525 Saratoga

📋 copy color: '#525525'

red 82 ◦ green 85 ◦ blue 37

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

Shades of Saratoga #525525

Tints of Saratoga #525525

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.67%

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

R = 40.2%
G = 41.67%
B = 18.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#525525 (or 0x525525) is known color: Saratoga. HEX triplet: 52, 55 and 25. RGB value is (82,85,37). Sum of RGB (Red+Green+Blue) = 82+85+37=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #525525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525525 is #ADAADA. Grayscale: #4E4E4E. Windows color (decimal): -11381467 or 2446674. OLE color: 2446674.

HSL color Cylindrical-coordinate representation of color #525525: hue angle of 63.75º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #525525 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 85 37 -
CMYK 0.04 0 0.56 0.67
HSL 63.75º 0.39% 0.24% -
HSV(B) 63.75º 0.56% 0.33% -
XYZ 7.06 8.42 3 -
YUV 78.63 104.51 130.4 -
System Red Green Blue C M Y K H S L
Decimal 82 85 37 0.04 0 0.56 0.67 63.75 0.39 0.24
Hex 52 55 25 4 0 38 43 40 27 18
Octal 122 125 45 4 0 70 103 100 47 30
Binary 1010010 1010101 100101 100 0 111000 1000011 1000000 100111 11000

Color Harmonies of #525525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525525

Black with #525525

Text Example


Text Example

White with #525525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525525; }

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

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

background-color css

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

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

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

border-color css

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

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

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