Html Css Color HEX #526028 Saratoga

📋 copy color: '#526028'

red 82 ◦ green 96 ◦ blue 40

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

Shades of Saratoga #526028

Tints of Saratoga #526028

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.04%

 BLUE value IS 40 (16.02% from 255) = 18.35%

R = 37.61%
G = 44.04%
B = 18.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#526028 (or 0x526028) is known color: Saratoga. HEX triplet: 52, 60 and 28. RGB value is (82,96,40). Sum of RGB (Red+Green+Blue) = 82+96+40=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #526028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526028 is #AD9FD7. Grayscale: #555555. Windows color (decimal): -11378648 or 2646098. OLE color: 2646098.

HSL color Cylindrical-coordinate representation of color #526028: hue angle of 75º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #526028 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 96 40 -
CMYK 0.15 0 0.58 0.62
HSL 75º 0.41% 0.27% -
HSV(B) 75º 0.58% 0.38% -
XYZ 8.05 10.31 3.57 -
YUV 85.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 82 96 40 0.15 0 0.58 0.62 75 0.41 0.27
Hex 52 60 28 F 0 3A 3E 4B 29 1B
Octal 122 140 50 17 0 72 76 113 51 33
Binary 1010010 1100000 101000 1111 0 111010 111110 1001011 101001 11011

Color Harmonies of #526028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526028

Black with #526028

Text Example


Text Example

White with #526028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526028; }

 p { color: rgb(82,96,40); }

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

background-color css

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

 a { background-color: rgb(82,96,40); }

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

border-color css

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

 span { border-color: rgb(82,96,40); }

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