Html Css Color HEX #525529 Saratoga

📋 copy color: '#525529'

red 82 ◦ green 85 ◦ blue 41

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

Shades of Saratoga #525529

Tints of Saratoga #525529

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.87%

 BLUE value IS 41 (16.41% from 255) = 19.71%

R = 39.42%
G = 40.87%
B = 19.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#525529 (or 0x525529) is known color: Saratoga. HEX triplet: 52, 55 and 29. RGB value is (82,85,41). Sum of RGB (Red+Green+Blue) = 82+85+41=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #525529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525529 is #ADAAD6. Grayscale: #4F4F4F. Windows color (decimal): -11381463 or 2708818. OLE color: 2708818.

HSL color Cylindrical-coordinate representation of color #525529: hue angle of 64.09º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #525529 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 85 41 -
CMYK 0.04 0 0.52 0.67
HSL 64.09º 0.35% 0.25% -
HSV(B) 64.09º 0.52% 0.33% -
XYZ 7.13 8.45 3.35 -
YUV 79.09 106.51 130.08 -
System Red Green Blue C M Y K H S L
Decimal 82 85 41 0.04 0 0.52 0.67 64.09 0.35 0.25
Hex 52 55 29 4 0 34 43 40 23 19
Octal 122 125 51 4 0 64 103 100 43 31
Binary 1010010 1010101 101001 100 0 110100 1000011 1000000 100011 11001

Color Harmonies of #525529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525529

Black with #525529

Text Example


Text Example

White with #525529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525529; }

 p { color: rgb(82,85,41); }

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

background-color css

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

 a { background-color: rgb(82,85,41); }

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

border-color css

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

 span { border-color: rgb(82,85,41); }

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