Html Css Color HEX #525E32 Saratoga

📋 copy color: '#525E32'

red 82 ◦ green 94 ◦ blue 50

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

Shades of Saratoga #525E32

Tints of Saratoga #525E32

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.59%

 BLUE value IS 50 (19.92% from 255) = 22.12%

R = 36.28%
G = 41.59%
B = 22.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#525E32 (or 0x525E32) is known color: Saratoga. HEX triplet: 52, 5E and 32. RGB value is (82,94,50). Sum of RGB (Red+Green+Blue) = 82+94+50=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 94 (37.11% from 255 or 41.59% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 94 - color contains mainly: green. Hex color #525E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525E32 is #ADA1CD. Grayscale: #555555. Windows color (decimal): -11379150 or 3300946. OLE color: 3300946.

HSL color Cylindrical-coordinate representation of color #525E32: hue angle of 76.36º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #525E32 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.

Color convert

RGB 82 94 50 -
CMYK 0.13 0 0.47 0.63
HSL 76.36º 0.31% 0.28% -
HSV(B) 76.36º 0.47% 0.37% -
XYZ 8.06 10.03 4.53 -
YUV 85.4 108.02 125.58 -
System Red Green Blue C M Y K H S L
Decimal 82 94 50 0.13 0 0.47 0.63 76.36 0.31 0.28
Hex 52 5E 32 D 0 2F 3F 4C 1F 1C
Octal 122 136 62 15 0 57 77 114 37 34
Binary 1010010 1011110 110010 1101 0 101111 111111 1001100 11111 11100

Color Harmonies of #525E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525E32

Black with #525E32

Text Example


Text Example

White with #525E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,94,50); }

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

background-color css

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

 a { background-color: rgb(82,94,50); }

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

border-color css

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

 span { border-color: rgb(82,94,50); }

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