Html Css Color HEX #525C2B Saratoga

📋 copy color: '#525C2B'

red 82 ◦ green 92 ◦ blue 43

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

Shades of Saratoga #525C2B

Tints of Saratoga #525C2B

RGB

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

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

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

R = 37.79%
G = 42.4%
B = 19.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.64

RGB Variations

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

Color information

#525C2B (or 0x525C2B) is known color: Saratoga. HEX triplet: 52, 5C and 2B. RGB value is (82,92,43). Sum of RGB (Red+Green+Blue) = 82+92+43=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 92 - color contains mainly: green. Hex color #525C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525C2B is #ADA3D4. Grayscale: #535353. Windows color (decimal): -11379669 or 2841682. OLE color: 2841682.

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

Color convert

RGB 82 92 43 -
CMYK 0.11 0 0.53 0.64
HSL 72.24º 0.36% 0.26% -
HSV(B) 72.24º 0.53% 0.36% -
XYZ 7.74 9.62 3.73 -
YUV 83.42 105.19 126.98 -
System Red Green Blue C M Y K H S L
Decimal 82 92 43 0.11 0 0.53 0.64 72.24 0.36 0.26
Hex 52 5C 2B B 0 35 40 48 24 1A
Octal 122 134 53 13 0 65 100 110 44 32
Binary 1010010 1011100 101011 1011 0 110101 1000000 1001000 100100 11010

Color Harmonies of #525C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525C2B

Black with #525C2B

Text Example


Text Example

White with #525C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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