Html Css Color HEX #525C2A Saratoga

📋 copy color: '#525C2A'

red 82 ◦ green 92 ◦ blue 42

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

Shades of Saratoga #525C2A

Tints of Saratoga #525C2A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.59%

 BLUE value IS 42 (16.8% from 255) = 19.44%

R = 37.96%
G = 42.59%
B = 19.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.64

RGB Variations

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

Color information

#525C2A (or 0x525C2A) is known color: Saratoga. HEX triplet: 52, 5C and 2A. RGB value is (82,92,42). Sum of RGB (Red+Green+Blue) = 82+92+42=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 92 - color contains mainly: green. Hex color #525C2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525C2A is #ADA3D5. Grayscale: #535353. Windows color (decimal): -11379670 or 2776146. OLE color: 2776146.

HSL color Cylindrical-coordinate representation of color #525C2A: hue angle of 72º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #525C2A is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 92 42 -
CMYK 0.11 0 0.54 0.64
HSL 72º 0.37% 0.26% -
HSV(B) 72º 0.54% 0.36% -
XYZ 7.72 9.62 3.64 -
YUV 83.31 104.69 127.07 -
System Red Green Blue C M Y K H S L
Decimal 82 92 42 0.11 0 0.54 0.64 72 0.37 0.26
Hex 52 5C 2A B 0 36 40 48 25 1A
Octal 122 134 52 13 0 66 100 110 45 32
Binary 1010010 1011100 101010 1011 0 110110 1000000 1001000 100101 11010

Color Harmonies of #525C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525C2A

Black with #525C2A

Text Example


Text Example

White with #525C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,92,42); }

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

background-color css

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

 a { background-color: rgb(82,92,42); }

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

border-color css

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

 span { border-color: rgb(82,92,42); }

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