Html Css Color HEX #526221 Saratoga

📋 copy color: '#526221'

red 82 ◦ green 98 ◦ blue 33

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

Shades of Saratoga #526221

Tints of Saratoga #526221

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.01%

 BLUE value IS 33 (13.28% from 255) = 15.49%

R = 38.5%
G = 46.01%
B = 15.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#526221 (or 0x526221) is known color: Saratoga. HEX triplet: 52, 62 and 21. RGB value is (82,98,33). Sum of RGB (Red+Green+Blue) = 82+98+33=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #526221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526221 is #AD9DDE. Grayscale: #565656. Windows color (decimal): -11378143 or 2187858. OLE color: 2187858.

HSL color Cylindrical-coordinate representation of color #526221: hue angle of 74.77º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #526221 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 98 33 -
CMYK 0.16 0 0.66 0.62
HSL 74.77º 0.5% 0.26% -
HSV(B) 74.77º 0.66% 0.38% -
XYZ 8.12 10.64 3.06 -
YUV 85.81 98.2 125.29 -
System Red Green Blue C M Y K H S L
Decimal 82 98 33 0.16 0 0.66 0.62 74.77 0.5 0.26
Hex 52 62 21 10 0 42 3E 4B 32 1A
Octal 122 142 41 20 0 102 76 113 62 32
Binary 1010010 1100010 100001 10000 0 1000010 111110 1001011 110010 11010

Color Harmonies of #526221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526221

Black with #526221

Text Example


Text Example

White with #526221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526221; }

 p { color: rgb(82,98,33); }

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

background-color css

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

 a { background-color: rgb(82,98,33); }

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

border-color css

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

 span { border-color: rgb(82,98,33); }

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