Html Css Color HEX #525425 Saratoga

📋 copy color: '#525425'

red 82 ◦ green 84 ◦ blue 37

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

Shades of Saratoga #525425

Tints of Saratoga #525425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.38%

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

R = 40.39%
G = 41.38%
B = 18.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#525425 (or 0x525425) is known color: Saratoga. HEX triplet: 52, 54 and 25. RGB value is (82,84,37). Sum of RGB (Red+Green+Blue) = 82+84+37=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #525425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525425 is #ADABDA. Grayscale: #4E4E4E. Windows color (decimal): -11381723 or 2446418. OLE color: 2446418.

HSL color Cylindrical-coordinate representation of color #525425: hue angle of 62.55º 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 #525425 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 84 37 -
CMYK 0.02 0 0.56 0.67
HSL 62.55º 0.39% 0.24% -
HSV(B) 62.55º 0.56% 0.33% -
XYZ 6.98 8.27 2.98 -
YUV 78.04 104.84 130.82 -
System Red Green Blue C M Y K H S L
Decimal 82 84 37 0.02 0 0.56 0.67 62.55 0.39 0.24
Hex 52 54 25 2 0 38 43 3F 27 18
Octal 122 124 45 2 0 70 103 77 47 30
Binary 1010010 1010100 100101 10 0 111000 1000011 111111 100111 11000

Color Harmonies of #525425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525425

Black with #525425

Text Example


Text Example

White with #525425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525425; }

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

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

background-color css

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

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

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

border-color css

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

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

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