Html Css Color HEX #525F2B Saratoga

📋 copy color: '#525F2B'

red 82 ◦ green 95 ◦ blue 43

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

Shades of Saratoga #525F2B

Tints of Saratoga #525F2B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.18%

 BLUE value IS 43 (17.19% from 255) = 19.55%

R = 37.27%
G = 43.18%
B = 19.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.63

RGB Variations

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

Color information

#525F2B (or 0x525F2B) is known color: Saratoga. HEX triplet: 52, 5F and 2B. RGB value is (82,95,43). Sum of RGB (Red+Green+Blue) = 82+95+43=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 95 - color contains mainly: green. Hex color #525F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525F2B is #ADA0D4. Grayscale: #555555. Windows color (decimal): -11378901 or 2842450. OLE color: 2842450.

HSL color Cylindrical-coordinate representation of color #525F2B: hue angle of 75º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #525F2B is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB 82 95 43 -
CMYK 0.14 0 0.55 0.63
HSL 75º 0.38% 0.27% -
HSV(B) 75º 0.55% 0.37% -
XYZ 8.01 10.15 3.82 -
YUV 85.19 104.19 125.73 -
System Red Green Blue C M Y K H S L
Decimal 82 95 43 0.14 0 0.55 0.63 75 0.38 0.27
Hex 52 5F 2B E 0 37 3F 4B 26 1B
Octal 122 137 53 16 0 67 77 113 46 33
Binary 1010010 1011111 101011 1110 0 110111 111111 1001011 100110 11011

Color Harmonies of #525F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F2B

Black with #525F2B

Text Example


Text Example

White with #525F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,95,43); }

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

background-color css

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

 a { background-color: rgb(82,95,43); }

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

border-color css

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

 span { border-color: rgb(82,95,43); }

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