Html Css Color HEX #526124 Saratoga

📋 copy color: '#526124'

red 82 ◦ green 97 ◦ blue 36

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

Shades of Saratoga #526124

Tints of Saratoga #526124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.74%

R = 38.14%
G = 45.12%
B = 16.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#526124 (or 0x526124) is known color: Saratoga. HEX triplet: 52, 61 and 24. RGB value is (82,97,36). Sum of RGB (Red+Green+Blue) = 82+97+36=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #526124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526124 is #AD9EDB. Grayscale: #555555. Windows color (decimal): -11378396 or 2384210. OLE color: 2384210.

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

Color convert

RGB 82 97 36 -
CMYK 0.15 0 0.63 0.62
HSL 74.75º 0.46% 0.26% -
HSV(B) 74.75º 0.63% 0.38% -
XYZ 8.07 10.47 3.26 -
YUV 85.56 100.03 125.46 -
System Red Green Blue C M Y K H S L
Decimal 82 97 36 0.15 0 0.63 0.62 74.75 0.46 0.26
Hex 52 61 24 F 0 3F 3E 4B 2E 1A
Octal 122 141 44 17 0 77 76 113 56 32
Binary 1010010 1100001 100100 1111 0 111111 111110 1001011 101110 11010

Color Harmonies of #526124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526124

Black with #526124

Text Example


Text Example

White with #526124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526124; }

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

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

background-color css

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

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

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

border-color css

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

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

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