Html Css Color HEX #525927 Saratoga

📋 copy color: '#525927'

red 82 ◦ green 89 ◦ blue 39

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

Shades of Saratoga #525927

Tints of Saratoga #525927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.57%

R = 39.05%
G = 42.38%
B = 18.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#525927 (or 0x525927) is known color: Saratoga. HEX triplet: 52, 59 and 27. RGB value is (82,89,39). Sum of RGB (Red+Green+Blue) = 82+89+39=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #525927 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525927 is #ADA6D8. Grayscale: #515151. Windows color (decimal): -11380441 or 2578770. OLE color: 2578770.

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

Color convert

RGB 82 89 39 -
CMYK 0.08 0 0.56 0.65
HSL 68.4º 0.39% 0.25% -
HSV(B) 68.4º 0.56% 0.35% -
XYZ 7.42 9.09 3.28 -
YUV 81.21 104.18 128.57 -
System Red Green Blue C M Y K H S L
Decimal 82 89 39 0.08 0 0.56 0.65 68.4 0.39 0.25
Hex 52 59 27 8 0 38 41 44 27 19
Octal 122 131 47 10 0 70 101 104 47 31
Binary 1010010 1011001 100111 1000 0 111000 1000001 1000100 100111 11001

Color Harmonies of #525927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525927

Black with #525927

Text Example


Text Example

White with #525927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525927; }

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

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

background-color css

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

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

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

border-color css

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

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

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