Html Css Color HEX #525829 Saratoga

📋 copy color: '#525829'

red 82 ◦ green 88 ◦ blue 41

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

Shades of Saratoga #525829

Tints of Saratoga #525829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.43%

R = 38.86%
G = 41.71%
B = 19.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#525829 (or 0x525829) is known color: Saratoga. HEX triplet: 52, 58 and 29. RGB value is (82,88,41). Sum of RGB (Red+Green+Blue) = 82+88+41=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 88 - color contains mainly: green. Hex color #525829 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525829 is #ADA7D6. Grayscale: #515151. Windows color (decimal): -11380695 or 2709586. OLE color: 2709586.

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

Color convert

RGB 82 88 41 -
CMYK 0.07 0 0.53 0.65
HSL 67.66º 0.36% 0.25% -
HSV(B) 67.66º 0.53% 0.35% -
XYZ 7.37 8.93 3.43 -
YUV 80.85 105.51 128.82 -
System Red Green Blue C M Y K H S L
Decimal 82 88 41 0.07 0 0.53 0.65 67.66 0.36 0.25
Hex 52 58 29 7 0 35 41 44 24 19
Octal 122 130 51 7 0 65 101 104 44 31
Binary 1010010 1011000 101001 111 0 110101 1000001 1000100 100100 11001

Color Harmonies of #525829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525829

Black with #525829

Text Example


Text Example

White with #525829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525829; }

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

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

background-color css

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

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

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

border-color css

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

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

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