Html Css Color HEX #525933 Saratoga

📋 copy color: '#525933'

red 82 ◦ green 89 ◦ blue 51

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

Shades of Saratoga #525933

Tints of Saratoga #525933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.97%

R = 36.94%
G = 40.09%
B = 22.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#525933 (or 0x525933) is known color: Saratoga. HEX triplet: 52, 59 and 33. RGB value is (82,89,51). Sum of RGB (Red+Green+Blue) = 82+89+51=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #525933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525933 is #ADA6CC. Grayscale: #525252. Windows color (decimal): -11380429 or 3365202. OLE color: 3365202.

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

Color convert

RGB 82 89 51 -
CMYK 0.08 0 0.43 0.65
HSL 71.05º 0.27% 0.27% -
HSV(B) 71.05º 0.43% 0.35% -
XYZ 7.65 9.18 4.5 -
YUV 82.58 110.18 127.59 -
System Red Green Blue C M Y K H S L
Decimal 82 89 51 0.08 0 0.43 0.65 71.05 0.27 0.27
Hex 52 59 33 8 0 2B 41 47 1B 1B
Octal 122 131 63 10 0 53 101 107 33 33
Binary 1010010 1011001 110011 1000 0 101011 1000001 1000111 11011 11011

Color Harmonies of #525933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525933

Black with #525933

Text Example


Text Example

White with #525933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525933; }

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

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

background-color css

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

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

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

border-color css

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

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

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