Html Css Color HEX #525528 Saratoga

📋 copy color: '#525528'

red 82 ◦ green 85 ◦ blue 40

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

Shades of Saratoga #525528

Tints of Saratoga #525528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.32%

R = 39.61%
G = 41.06%
B = 19.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#525528 (or 0x525528) is known color: Saratoga. HEX triplet: 52, 55 and 28. RGB value is (82,85,40). Sum of RGB (Red+Green+Blue) = 82+85+40=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #525528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525528 is #ADAAD7. Grayscale: #4F4F4F. Windows color (decimal): -11381464 or 2643282. OLE color: 2643282.

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

Color convert

RGB 82 85 40 -
CMYK 0.04 0 0.53 0.67
HSL 64º 0.36% 0.25% -
HSV(B) 64º 0.53% 0.33% -
XYZ 7.11 8.44 3.26 -
YUV 78.97 106.01 130.16 -
System Red Green Blue C M Y K H S L
Decimal 82 85 40 0.04 0 0.53 0.67 64 0.36 0.25
Hex 52 55 28 4 0 35 43 40 24 19
Octal 122 125 50 4 0 65 103 100 44 31
Binary 1010010 1010101 101000 100 0 110101 1000011 1000000 100100 11001

Color Harmonies of #525528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525528

Black with #525528

Text Example


Text Example

White with #525528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525528; }

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

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

background-color css

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

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

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

border-color css

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

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

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