Html Css Color HEX #525928 Saratoga

📋 copy color: '#525928'

red 82 ◦ green 89 ◦ blue 40

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

Shades of Saratoga #525928

Tints of Saratoga #525928

RGB

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

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

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

R = 38.86%
G = 42.18%
B = 18.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#525928 (or 0x525928) is known color: Saratoga. HEX triplet: 52, 59 and 28. RGB value is (82,89,40). Sum of RGB (Red+Green+Blue) = 82+89+40=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #525928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525928 is #ADA6D7. Grayscale: #515151. Windows color (decimal): -11380440 or 2644306. OLE color: 2644306.

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

Color convert

RGB 82 89 40 -
CMYK 0.08 0 0.55 0.65
HSL 68.57º 0.38% 0.25% -
HSV(B) 68.57º 0.55% 0.35% -
XYZ 7.44 9.09 3.37 -
YUV 81.32 104.68 128.48 -
System Red Green Blue C M Y K H S L
Decimal 82 89 40 0.08 0 0.55 0.65 68.57 0.38 0.25
Hex 52 59 28 8 0 37 41 45 26 19
Octal 122 131 50 10 0 67 101 105 46 31
Binary 1010010 1011001 101000 1000 0 110111 1000001 1000101 100110 11001

Color Harmonies of #525928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525928

Black with #525928

Text Example


Text Example

White with #525928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525928; }

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

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

background-color css

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

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

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

border-color css

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

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

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