Html Css Color HEX #525B2F Saratoga

📋 copy color: '#525B2F'

red 82 ◦ green 91 ◦ blue 47

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

Shades of Saratoga #525B2F

Tints of Saratoga #525B2F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 41.36%

 BLUE value IS 47 (18.75% from 255) = 21.36%

R = 37.27%
G = 41.36%
B = 21.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#525B2F (or 0x525B2F) is known color: Saratoga. HEX triplet: 52, 5B and 2F. RGB value is (82,91,47). Sum of RGB (Red+Green+Blue) = 82+91+47=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 91 - color contains mainly: green. Hex color #525B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525B2F is #ADA4D0. Grayscale: #535353. Windows color (decimal): -11379921 or 3103570. OLE color: 3103570.

HSL color Cylindrical-coordinate representation of color #525B2F: hue angle of 72.27º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #525B2F is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 91 47 -
CMYK 0.10 0 0.48 0.64
HSL 72.27º 0.32% 0.27% -
HSV(B) 72.27º 0.48% 0.36% -
XYZ 7.73 9.48 4.11 -
YUV 83.29 107.52 127.08 -
System Red Green Blue C M Y K H S L
Decimal 82 91 47 0.10 0 0.48 0.64 72.27 0.32 0.27
Hex 52 5B 2F A 0 30 40 48 20 1B
Octal 122 133 57 12 0 60 100 110 40 33
Binary 1010010 1011011 101111 1010 0 110000 1000000 1001000 100000 11011

Color Harmonies of #525B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525B2F

Black with #525B2F

Text Example


Text Example

White with #525B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525B2F; }

 p { color: rgb(82,91,47); }

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

background-color css

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

 a { background-color: rgb(82,91,47); }

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

border-color css

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

 span { border-color: rgb(82,91,47); }

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