#536025

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

Shades of Saratoga #536025

Tints of Saratoga #536025

Color information

#536025 (or 0x536025) is unknown color: approx Saratoga. HEX triplet: 53, 60 and 25. RGB value is (83,96,37). Sum of RGB (Red+Green+Blue) = 83+96+37=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #536025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536025 is #AC9FDA. Grayscale: #555555. Windows color (decimal): -11313115 or 2449491. OLE color: 2449491.

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

Color convert

RGB839637-
CMYK0.1400.610.62
HSL73.22º44.36%26.08%-
HSV(B)73.22º61.46%37.65%-
XYZ8.0810.343.32-
YUV85.39100.69126.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.43%
GREEN value IS 96 (37.89% from 255) = 44.44%
BLUE value IS 37 (14.84% from 255) = 17.13%
R=38.43%
G=44.44%
B=17.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8396370.1400.610.6273.2244.3626.08
Hex536025E03D3E492c1a
Octal1231404516075761115432
Binary1010011110000010010111100111101111110100100110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536025; }

 p { color: rgb(83,96,37); }

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

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

 a { background-color: rgb(83,96,37); }

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

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

 span { border-color: rgb(83,96,37); }

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