Html Css Color HEX #525A27 Saratoga

📋 copy color: '#525A27'

red 82 ◦ green 90 ◦ blue 39

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

Shades of Saratoga #525A27

Tints of Saratoga #525A27

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.65%

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

R = 38.86%
G = 42.65%
B = 18.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#525A27 (or 0x525A27) is known color: Saratoga. HEX triplet: 52, 5A and 27. RGB value is (82,90,39). Sum of RGB (Red+Green+Blue) = 82+90+39=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 90 - color contains mainly: green. Hex color #525A27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A27 is #ADA5D8. Grayscale: #515151. Windows color (decimal): -11380185 or 2579026. OLE color: 2579026.

HSL color Cylindrical-coordinate representation of color #525A27: hue angle of 69.41º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #525A27 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 90 39 -
CMYK 0.09 0 0.57 0.65
HSL 69.41º 0.4% 0.25% -
HSV(B) 69.41º 0.57% 0.35% -
XYZ 7.5 9.25 3.31 -
YUV 81.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 82 90 39 0.09 0 0.57 0.65 69.41 0.4 0.25
Hex 52 5A 27 9 0 39 41 45 28 19
Octal 122 132 47 11 0 71 101 105 50 31
Binary 1010010 1011010 100111 1001 0 111001 1000001 1000101 101000 11001

Color Harmonies of #525A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525A27

Black with #525A27

Text Example


Text Example

White with #525A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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