Html Css Color HEX #525632 Saratoga

📋 copy color: '#525632'

red 82 ◦ green 86 ◦ blue 50

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

Shades of Saratoga #525632

Tints of Saratoga #525632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.94%

R = 37.61%
G = 39.45%
B = 22.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.66

RGB Variations

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

Color information

#525632 (or 0x525632) is known color: Saratoga. HEX triplet: 52, 56 and 32. RGB value is (82,86,50). Sum of RGB (Red+Green+Blue) = 82+86+50=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 86 - color contains mainly: green. Hex color #525632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525632 is #ADA9CD. Grayscale: #505050. Windows color (decimal): -11381198 or 3298898. OLE color: 3298898.

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

Color convert

RGB 82 86 50 -
CMYK 0.05 0 0.42 0.66
HSL 66.67º 0.26% 0.27% -
HSV(B) 66.67º 0.42% 0.34% -
XYZ 7.38 8.68 4.3 -
YUV 80.7 110.67 128.93 -
System Red Green Blue C M Y K H S L
Decimal 82 86 50 0.05 0 0.42 0.66 66.67 0.26 0.27
Hex 52 56 32 5 0 2A 42 43 1A 1B
Octal 122 126 62 5 0 52 102 103 32 33
Binary 1010010 1010110 110010 101 0 101010 1000010 1000011 11010 11011

Color Harmonies of #525632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525632

Black with #525632

Text Example


Text Example

White with #525632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525632; }

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

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

background-color css

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

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

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

border-color css

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

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

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