#526023

Color #526023 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #526023

Tints of Saratoga #526023

Color information

#526023 (or 0x526023) is unknown color: approx Saratoga. HEX triplet: 52, 60 and 23. RGB value is (82,96,35). Sum of RGB (Red+Green+Blue) = 82+96+35=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #526023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526023 is #AD9FDC. Grayscale: #555555. Windows color (decimal): -11378653 or 2318418. OLE color: 2318418.

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

Color convert

RGB829635-
CMYK0.1500.640.62
HSL73.77º46.56%25.69%-
HSV(B)73.77º63.54%37.65%-
XYZ7.9710.283.15-
YUV84.8699.86125.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.50%
GREEN value IS 96 (37.89% from 255) = 45.07%
BLUE value IS 35 (14.06% from 255) = 16.43%
R=38.50%
G=45.07%
B=16.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296350.1500.640.6273.7746.5625.69
Hex526023F0403E4a2f1a
Octal12214043170100761125732
Binary10100101100000100011111101000000111110100101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526023; }

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

 H1.HeaderClassName
 {
   color: #526023;
 }
 .AnyTagClassName
 {
   color: #526023;
 }
</style>
background-color css

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

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

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

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

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

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