Html Css Color HEX #525934 Saratoga

📋 copy color: '#525934'

red 82 ◦ green 89 ◦ blue 52

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

Shades of Saratoga #525934

Tints of Saratoga #525934

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.91%

 BLUE value IS 52 (20.7% from 255) = 23.32%

R = 36.77%
G = 39.91%
B = 23.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#525934 (or 0x525934) is known color: Saratoga. HEX triplet: 52, 59 and 34. RGB value is (82,89,52). Sum of RGB (Red+Green+Blue) = 82+89+52=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #525934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525934 is #ADA6CB. Grayscale: #525252. Windows color (decimal): -11380428 or 3430738. OLE color: 3430738.

HSL color Cylindrical-coordinate representation of color #525934: hue angle of 71.35º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #525934 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 89 52 -
CMYK 0.08 0 0.42 0.65
HSL 71.35º 0.26% 0.28% -
HSV(B) 71.35º 0.42% 0.35% -
XYZ 7.67 9.19 4.62 -
YUV 82.69 110.68 127.51 -
System Red Green Blue C M Y K H S L
Decimal 82 89 52 0.08 0 0.42 0.65 71.35 0.26 0.28
Hex 52 59 34 8 0 2A 41 47 1A 1C
Octal 122 131 64 10 0 52 101 107 32 34
Binary 1010010 1011001 110100 1000 0 101010 1000001 1000111 11010 11100

Color Harmonies of #525934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525934

Black with #525934

Text Example


Text Example

White with #525934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525934; }

 p { color: rgb(82,89,52); }

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

background-color css

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

 a { background-color: rgb(82,89,52); }

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

border-color css

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

 span { border-color: rgb(82,89,52); }

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