Html Css Color HEX #526225 Saratoga

📋 copy color: '#526225'

red 82 ◦ green 98 ◦ blue 37

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

Shades of Saratoga #526225

Tints of Saratoga #526225

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.16%

 BLUE value IS 37 (14.84% from 255) = 17.05%

R = 37.79%
G = 45.16%
B = 17.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#526225 (or 0x526225) is known color: Saratoga. HEX triplet: 52, 62 and 25. RGB value is (82,98,37). Sum of RGB (Red+Green+Blue) = 82+98+37=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #526225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526225 is #AD9DDA. Grayscale: #565656. Windows color (decimal): -11378139 or 2450002. OLE color: 2450002.

HSL color Cylindrical-coordinate representation of color #526225: hue angle of 75.74º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #526225 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 98 37 -
CMYK 0.16 0 0.62 0.62
HSL 75.74º 0.45% 0.26% -
HSV(B) 75.74º 0.62% 0.38% -
XYZ 8.18 10.66 3.38 -
YUV 86.26 100.2 124.96 -
System Red Green Blue C M Y K H S L
Decimal 82 98 37 0.16 0 0.62 0.62 75.74 0.45 0.26
Hex 52 62 25 10 0 3E 3E 4C 2D 1A
Octal 122 142 45 20 0 76 76 114 55 32
Binary 1010010 1100010 100101 10000 0 111110 111110 1001100 101101 11010

Color Harmonies of #526225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526225

Black with #526225

Text Example


Text Example

White with #526225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526225; }

 p { color: rgb(82,98,37); }

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

background-color css

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

 a { background-color: rgb(82,98,37); }

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

border-color css

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

 span { border-color: rgb(82,98,37); }

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