Html Css Color HEX #525929 Saratoga

📋 copy color: '#525929'

red 82 ◦ green 89 ◦ blue 41

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

Shades of Saratoga #525929

Tints of Saratoga #525929

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.98%

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

R = 38.68%
G = 41.98%
B = 19.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#525929 (or 0x525929) is known color: Saratoga. HEX triplet: 52, 59 and 29. RGB value is (82,89,41). Sum of RGB (Red+Green+Blue) = 82+89+41=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #525929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525929 is #ADA6D6. Grayscale: #515151. Windows color (decimal): -11380439 or 2709842. OLE color: 2709842.

HSL color Cylindrical-coordinate representation of color #525929: hue angle of 68.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #525929 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 89 41 -
CMYK 0.08 0 0.54 0.65
HSL 68.75º 0.37% 0.25% -
HSV(B) 68.75º 0.54% 0.35% -
XYZ 7.45 9.1 3.46 -
YUV 81.44 105.18 128.4 -
System Red Green Blue C M Y K H S L
Decimal 82 89 41 0.08 0 0.54 0.65 68.75 0.37 0.25
Hex 52 59 29 8 0 36 41 45 25 19
Octal 122 131 51 10 0 66 101 105 45 31
Binary 1010010 1011001 101001 1000 0 110110 1000001 1000101 100101 11001

Color Harmonies of #525929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525929

Black with #525929

Text Example


Text Example

White with #525929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525929; }

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

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

background-color css

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

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

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

border-color css

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

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

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