Html Css Color HEX #525627 Saratoga

📋 copy color: '#525627'

red 82 ◦ green 86 ◦ blue 39

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

Shades of Saratoga #525627

Tints of Saratoga #525627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.84%

R = 39.61%
G = 41.55%
B = 18.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#525627 (or 0x525627) is known color: Saratoga. HEX triplet: 52, 56 and 27. RGB value is (82,86,39). Sum of RGB (Red+Green+Blue) = 82+86+39=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 86 - color contains mainly: green. Hex color #525627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525627 is #ADA9D8. Grayscale: #4F4F4F. Windows color (decimal): -11381209 or 2578002. OLE color: 2578002.

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

Color convert

RGB 82 86 39 -
CMYK 0.05 0 0.55 0.66
HSL 65.11º 0.38% 0.25% -
HSV(B) 65.11º 0.55% 0.34% -
XYZ 7.17 8.6 3.2 -
YUV 79.45 105.17 129.82 -
System Red Green Blue C M Y K H S L
Decimal 82 86 39 0.05 0 0.55 0.66 65.11 0.38 0.25
Hex 52 56 27 5 0 37 42 41 26 19
Octal 122 126 47 5 0 67 102 101 46 31
Binary 1010010 1010110 100111 101 0 110111 1000010 1000001 100110 11001

Color Harmonies of #525627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525627

Black with #525627

Text Example


Text Example

White with #525627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525627; }

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

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

background-color css

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

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

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

border-color css

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

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

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