Html Css Color HEX #526121 Saratoga

📋 copy color: '#526121'

red 82 ◦ green 97 ◦ blue 33

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

Shades of Saratoga #526121

Tints of Saratoga #526121

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.75%

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

R = 38.68%
G = 45.75%
B = 15.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#526121 (or 0x526121) is known color: Saratoga. HEX triplet: 52, 61 and 21. RGB value is (82,97,33). Sum of RGB (Red+Green+Blue) = 82+97+33=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #526121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526121 is #AD9EDE. Grayscale: #555555. Windows color (decimal): -11378399 or 2187602. OLE color: 2187602.

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

Color convert

RGB 82 97 33 -
CMYK 0.15 0 0.66 0.62
HSL 74.06º 0.49% 0.25% -
HSV(B) 74.06º 0.66% 0.38% -
XYZ 8.03 10.45 3.03 -
YUV 85.22 98.53 125.7 -
System Red Green Blue C M Y K H S L
Decimal 82 97 33 0.15 0 0.66 0.62 74.06 0.49 0.25
Hex 52 61 21 F 0 42 3E 4A 31 19
Octal 122 141 41 17 0 102 76 112 61 31
Binary 1010010 1100001 100001 1111 0 1000010 111110 1001010 110001 11001

Color Harmonies of #526121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526121

Black with #526121

Text Example


Text Example

White with #526121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526121; }

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

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

background-color css

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

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

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

border-color css

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

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

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