Html Css Color HEX #525828 Saratoga

📋 copy color: '#525828'

red 82 ◦ green 88 ◦ blue 40

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

Shades of Saratoga #525828

Tints of Saratoga #525828

RGB

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

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

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

R = 39.05%
G = 41.9%
B = 19.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#525828 (or 0x525828) is known color: Saratoga. HEX triplet: 52, 58 and 28. RGB value is (82,88,40). Sum of RGB (Red+Green+Blue) = 82+88+40=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #525828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525828 is #ADA7D7. Grayscale: #505050. Windows color (decimal): -11380696 or 2644050. OLE color: 2644050.

HSL color Cylindrical-coordinate representation of color #525828: hue angle of 67.5º 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 #525828 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 40 -
CMYK 0.07 0 0.55 0.65
HSL 67.5º 0.38% 0.25% -
HSV(B) 67.5º 0.55% 0.35% -
XYZ 7.35 8.93 3.34 -
YUV 80.73 105.01 128.9 -
System Red Green Blue C M Y K H S L
Decimal 82 88 40 0.07 0 0.55 0.65 67.5 0.38 0.25
Hex 52 58 28 7 0 37 41 44 26 19
Octal 122 130 50 7 0 67 101 104 46 31
Binary 1010010 1011000 101000 111 0 110111 1000001 1000100 100110 11001

Color Harmonies of #525828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525828

Black with #525828

Text Example


Text Example

White with #525828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525828; }

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

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

background-color css

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

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

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

border-color css

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

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

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