Html Css Color HEX #525A26 Saratoga

📋 copy color: '#525A26'

red 82 ◦ green 90 ◦ blue 38

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

Shades of Saratoga #525A26

Tints of Saratoga #525A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.1%

R = 39.05%
G = 42.86%
B = 18.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#525A26 (or 0x525A26) is known color: Saratoga. HEX triplet: 52, 5A and 26. RGB value is (82,90,38). Sum of RGB (Red+Green+Blue) = 82+90+38=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #525A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A26 is #ADA5D9. Grayscale: #515151. Windows color (decimal): -11380186 or 2513490. OLE color: 2513490.

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

Color convert

RGB 82 90 38 -
CMYK 0.09 0 0.58 0.65
HSL 69.23º 0.41% 0.25% -
HSV(B) 69.23º 0.58% 0.35% -
XYZ 7.49 9.25 3.22 -
YUV 81.68 103.35 128.23 -
System Red Green Blue C M Y K H S L
Decimal 82 90 38 0.09 0 0.58 0.65 69.23 0.41 0.25
Hex 52 5A 26 9 0 3A 41 45 29 19
Octal 122 132 46 11 0 72 101 105 51 31
Binary 1010010 1011010 100110 1001 0 111010 1000001 1000101 101001 11001

Color Harmonies of #525A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525A26

Black with #525A26

Text Example


Text Example

White with #525A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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