Html Css Color HEX #525936 Saratoga

📋 copy color: '#525936'

red 82 ◦ green 89 ◦ blue 54

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

Shades of Saratoga #525936

Tints of Saratoga #525936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24%

R = 36.44%
G = 39.56%
B = 24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#525936 (or 0x525936) is known color: Saratoga. HEX triplet: 52, 59 and 36. RGB value is (82,89,54). Sum of RGB (Red+Green+Blue) = 82+89+54=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #525936 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525936 is #ADA6C9. Grayscale: #535353. Windows color (decimal): -11380426 or 3561810. OLE color: 3561810.

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

Color convert

RGB 82 89 54 -
CMYK 0.08 0 0.39 0.65
HSL 72º 0.24% 0.28% -
HSV(B) 72º 0.39% 0.35% -
XYZ 7.72 9.2 4.86 -
YUV 82.92 111.68 127.35 -
System Red Green Blue C M Y K H S L
Decimal 82 89 54 0.08 0 0.39 0.65 72 0.24 0.28
Hex 52 59 36 8 0 27 41 48 18 1C
Octal 122 131 66 10 0 47 101 110 30 34
Binary 1010010 1011001 110110 1000 0 100111 1000001 1001000 11000 11100

Color Harmonies of #525936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525936

Black with #525936

Text Example


Text Example

White with #525936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525936; }

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

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

background-color css

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

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

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

border-color css

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

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

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