Html Css Color HEX #525B34 Saratoga

📋 copy color: '#525B34'

red 82 ◦ green 91 ◦ blue 52

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

Shades of Saratoga #525B34

Tints of Saratoga #525B34

RGB

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

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

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

R = 36.44%
G = 40.44%
B = 23.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.64

RGB Variations

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

Color information

#525B34 (or 0x525B34) is known color: Saratoga. HEX triplet: 52, 5B and 34. RGB value is (82,91,52). Sum of RGB (Red+Green+Blue) = 82+91+52=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 91 - color contains mainly: green. Hex color #525B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525B34 is #ADA4CB. Grayscale: #545454. Windows color (decimal): -11379916 or 3431250. OLE color: 3431250.

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

Color convert

RGB 82 91 52 -
CMYK 0.10 0 0.43 0.64
HSL 73.85º 0.27% 0.28% -
HSV(B) 73.85º 0.43% 0.36% -
XYZ 7.84 9.52 4.67 -
YUV 83.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 82 91 52 0.10 0 0.43 0.64 73.85 0.27 0.28
Hex 52 5B 34 A 0 2B 40 4A 1B 1C
Octal 122 133 64 12 0 53 100 112 33 34
Binary 1010010 1011011 110100 1010 0 101011 1000000 1001010 11011 11100

Color Harmonies of #525B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525B34

Black with #525B34

Text Example


Text Example

White with #525B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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