Html Css Color HEX #525628 Saratoga

📋 copy color: '#525628'

red 82 ◦ green 86 ◦ blue 40

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

Shades of Saratoga #525628

Tints of Saratoga #525628

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.35%

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

R = 39.42%
G = 41.35%
B = 19.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#525628 (or 0x525628) is known color: Saratoga. HEX triplet: 52, 56 and 28. RGB value is (82,86,40). Sum of RGB (Red+Green+Blue) = 82+86+40=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 86 - color contains mainly: green. Hex color #525628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525628 is #ADA9D7. Grayscale: #4F4F4F. Windows color (decimal): -11381208 or 2643538. OLE color: 2643538.

HSL color Cylindrical-coordinate representation of color #525628: hue angle of 65.22º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #525628 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 86 40 -
CMYK 0.05 0 0.53 0.66
HSL 65.22º 0.37% 0.25% -
HSV(B) 65.22º 0.53% 0.34% -
XYZ 7.19 8.6 3.29 -
YUV 79.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 82 86 40 0.05 0 0.53 0.66 65.22 0.37 0.25
Hex 52 56 28 5 0 35 42 41 25 19
Octal 122 126 50 5 0 65 102 101 45 31
Binary 1010010 1010110 101000 101 0 110101 1000010 1000001 100101 11001

Color Harmonies of #525628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525628

Black with #525628

Text Example


Text Example

White with #525628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525628; }

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

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

background-color css

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

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

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

border-color css

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

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

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