Html Css Color HEX #525824 Saratoga

📋 copy color: '#525824'

red 82 ◦ green 88 ◦ blue 36

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

Shades of Saratoga #525824

Tints of Saratoga #525824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.48%

R = 39.81%
G = 42.72%
B = 17.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#525824 (or 0x525824) is known color: Saratoga. HEX triplet: 52, 58 and 24. RGB value is (82,88,36). Sum of RGB (Red+Green+Blue) = 82+88+36=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 88 - color contains mainly: green. Hex color #525824 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525824 is #ADA7DB. Grayscale: #505050. Windows color (decimal): -11380700 or 2381906. OLE color: 2381906.

HSL color Cylindrical-coordinate representation of color #525824: hue angle of 66.92º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #525824 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 36 -
CMYK 0.07 0 0.59 0.65
HSL 66.92º 0.42% 0.24% -
HSV(B) 66.92º 0.59% 0.35% -
XYZ 7.29 8.9 3 -
YUV 80.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 82 88 36 0.07 0 0.59 0.65 66.92 0.42 0.24
Hex 52 58 24 7 0 3B 41 43 2A 18
Octal 122 130 44 7 0 73 101 103 52 30
Binary 1010010 1011000 100100 111 0 111011 1000001 1000011 101010 11000

Color Harmonies of #525824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525824

Black with #525824

Text Example


Text Example

White with #525824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525824; }

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

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

background-color css

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

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

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

border-color css

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

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

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